Skip to content

pluralengine/hospital-monitor-api

Repository files navigation

Hospital Monitor API

Run local environment

Create your local PostgreSQL DB with the configuration defined in Sequelize Dev Config file

Recomended: Use nvm to manage the Node environment. Install nvm and run:

nvm install

We have some big files in the repo, to manage them we use Git LFS. You should install it before clone the repo:

brew install git-lfs

Install dependencies

npm install

Run database migration from /db directory

npm run db:migrate

Start the local server

npm start

About

REST API for COVID-19 Hospital monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published