Backend project for WIP inventory management system that is being developed for Medshare
Clone the repo and install all dependencies:
git clone https://github.com/GTBitsOfGood/medshare-backend
cd medshare-backend
npm install
Afterwards, copy .env.example
to .env
and configure the environment variables.
NOTE: make sure the URL of a running MongoDB instance is in the MONGO_URI
environment variable
Start development server:
npm run dev