Skip to content

KBluelvl/Security-Computer-Projet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer project

Authors

This project was made Essomba Florian and Lejeune Mathéo

Helper

Zeki OZKARA

Orders and installation required

After cloning the project, perform the following manipulations :

XAMPP

  • Open XAMPP
  • Start apache
  • Start MySQL

Composer

  • Open terminal

Into this terminal,execute the following commands :

  • cd copies
  • composer update

Database

  • Copy .env.exemple into a new file .env

Npm and server

Into a terminal execute the following commands :

  • php artisan key:generate
  • npm install
  • php artisan migrate

Seeder

Fill the tables :

  • php artisan db:seed --class=RolesTableSeeder
  • php artisan db:seed --class=CreateAdminUsers

Run the server

  • php artisan serve

Open a new terminal

In this terminal execute :

  • npm run dev

Releases

No releases published

Packages

No packages published

Languages