Skip to content

spacenditure/spacenditure-article-service

Repository files navigation

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

Releases

No releases published

Packages

No packages published