Skip to content

🔫 jobs website created with nuxt.js in team of 2 students, for the 3rd year at Epitech!

Notifications You must be signed in to change notification settings

TharickABDUL/official-bande-organisee-dashboard

 
 

Repository files navigation

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 Albert during the 3rd year at Epitech. https://github.com/AlbertLanne

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

About

🔫 jobs website created with nuxt.js in team of 2 students, for the 3rd year at Epitech!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 56.7%
  • JavaScript 42.5%
  • CSS 0.8%