Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 228 Bytes

running-locally.md

File metadata and controls

9 lines (7 loc) · 228 Bytes

Running Locally:

  1. npm run install
  2. config a env file with a PORT and MONGO_URL 3. PORT=5050 4. MONGO_URL=mongodb://127.0.0.1:27017/survey-3-api
  3. npm run start
  • The Api will be running at port 5050