This is an app to dispatch people in hospital
This project was done in school (4th year)
Use git clone
to install this app.
git clone https://github.com/Mikheull/Hygie.git
npm install
Import the database (here)
Create .env
file in root folder and write next lines :
SQL_HOST=localhost
SQL_USER=root
SQL_PWD=root
SQL_TABLE=hygie
URI=http://localhost:3030/
npm run start