demo-api

API server for demo-project

Requirements

  • Node Js
  • MongoDB

Setup Instructions

Clone the repo and install the dependencies.

npm install
Add Database credentials in above file

Starting API server

To start the express server, run the following

npm run start

Server is up at http://localhost:8000