Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 442 Bytes

Spacenditure Article Service

Create .env file in root folder

MONGO_PATH=localhost:27017
MONGODB_DATABASE=spacenditure
PORT=5000

Lastly npm run start-prod

You will find the api documentation at /swagger


Dependency:

  1. Mongo

Make sure the above dependencies are running and in healthy state.

Note: Any changes made to PORT will require you to update the swagger documentation over here /src/swagger/swagger.json