primary-care-api-stock-management
v1.0.0
Published
API endpoints for stock management, tracking and inventory
Downloads
2
Readme
primary-care-api-stock-management
API endpoints for stock management, tracking and inventory
Set up .env
## Mongo Database
MONGO_DB==primarycare-stock-management
## JWT Token secret key
JWT_SECRET=elephant-healthcare
JWT_EXPIRES=86400
Basic launch
- yarn install
- yarn run dev (development mode using nodemon)
- OR: yarn run debug (as development mode but with extra debug logging)
TODO: Improve this README when we have actual seed data for the database.