1.0.0 • Published 4 years ago

primary-care-api-stock-management v1.0.0

Weekly downloads
6
License
SEE LICENSE IN <L...
Repository
github
Last release
4 years ago

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.