Skip to content

Latest commit

 

History

History
97 lines (60 loc) · 2.72 KB

File metadata and controls

97 lines (60 loc) · 2.72 KB

Build Status Coverage Status License: GPL v3 Open Source Love svg1

Official bande organisée dashboard

Alt Text

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.

Built With

The project work with a web app made with nodejs/css. And a mobil applications for QR code.

Getting Started

Prerequisites

  • npm / node.js
  • webstorm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/AlbertLanne/official-bande-organisee-dashboard.git
  1. Install NPM packages
cd ProductionMonitoringMysql && npm install
  1. Import in your database the BBD.sql file.

  2. 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"
  },

Project setup

Alt text

Compiles and hot-reloads for development with nodemon

# Install dependecies & for the api

# serve with hot reload at localhost:8000
npm run dev

# api at localhost:4000
npm run start


Routes of the API

Alt text


Structure of the API

Class diagram

Alt text

Front end

Alt text