Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 374 Bytes

D3_server

Client Side: https://github.com/milekag01/D3_Client

Prerequistes:

  1. nodeJS
  2. mongoDB server

Steps to run the server:

  1. Clone the repository
  2. cd D3_server
  3. npm install
  4. node src/index.js

PS: Client Side is under development. So server side can be tested on Postman for now.