Issamoh / ScholarManager

une application web de scolarité qui cible les étudiants, les enseignants et l’administration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Architecture de l'application

Implémentation

Exigences

  1. Download and run Composer-Setup.exe
  2. install laravel using this command line : composer global require laravel/installer
  3. install nodeJs and reactJS

Utilisation

  1. clone the project into C:\laragon\www\ : git clone https://github.com/Issamoh/ScholarManager.git
  2. change you directory to ScholarManager/
  3. executer les commandes suivantes :

  4. composer install
  5. npm install
  6. cp .env.example .env
  7. php artisan key:generate
  8. npm run dev
  9. visit http://localhost:8000 pour visualiser l'application.

About

une application web de scolarité qui cible les étudiants, les enseignants et l’administration.


Languages

Language:PHP 81.8%Language:JavaScript 17.8%Language:HTML 0.4%