younes38 / Schooling-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TP IGL

the project aims to facilitate the organization of the permutaions between groups.

Team members:

About the architecture

Architecture of the project

Intructions to test the project localy:

  1. Clone GitHub repo for this project locally git clone https://github.com/noussaiba99/tp_Igl projectName

  2. cd into the project cd projectName

  3. Install Composer Dependencies composer install

  4. Install NPM Dependencies npm install

  5. Create a copy of your .env file cp .env.example .env

  6. Generate an app encryption key php artisan key:generate

  7. Create an empty database for our application

  8. In the .env file, add database information to allow Laravel to connect to the database

  9. Migrate the database php artisan migrate

  10. launch the project php artisan serve

About


Languages

Language:PHP 60.0%Language:HTML 19.4%Language:CSS 9.7%Language:Vue 8.6%Language:Dockerfile 1.3%Language:Java 0.9%