This repository is a school project.This job board was done with Tharick during the 3rd year at Epitech. https://github.com/TharickABDUL
The name "Official bande orgnisée dashboard" is a reference to the clip "Bande Organisée" which is the first opus of the "13 Organisé" project, imagined by JUL, released in the same period.
The project work with a web app made with nodejs/css. And a mobil applications for QR code.
- npm / node.js
- webstorm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/AlbertLanne/official-bande-organisee-dashboard.git
- Install NPM packages
cd ProductionMonitoringMysql && npm install
-
Import in your database the BBD.sql file.
-
Setup on api/config.js the login of your database by remplacing the
"db": {
"host": "IP-mysql.services.clever-cloud.com",
"database": "myDataBaseName",
"user": "myUserName",
"password": "myPasswordName"
},
# Install dependecies & for the api
# serve with hot reload at localhost:8000
npm run dev
# api at localhost:4000
npm run start