Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 723 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 723 Bytes

Hygie Issues GitHub last commit

This is an app to dispatch people in hospital
This project was done in school (4th year)

Installation

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/

Usage

npm run start

Team

YassHouays