spacenditure / spacenditure-article-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:TypeScript 97.9%Language:Dockerfile 2.1%