To use this server you need to
- clone this repository
- rename
.env_defaultto.envand provide connection string inside the file - go to directory containing this repo
- 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!
- connect your app to this server by pointing to
localhost:3000
To see API documentations there is Swagger API documentation available http://localhost:3000/docs