Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 706 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 706 Bytes

ngWorkshopsServer

Instructions

To use this server you need to

  1. clone this repository
  2. rename .env_default to .env and provide connection string inside the file
  3. go to directory containing this repo
  4. run command npm start

You may find your mongoDBConnectionString by clicking connect to cluster on MongoDB atlas and choosing Connect your application option. Do not forget to put your password in correct place in this string!

  1. connect your app to this server by pointing to localhost:3000

API documentation

To see API documentations there is Swagger API documentation available http://localhost:3000/docs