Skip to content

LucBlocker01/Teacher_Choice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,065 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAE-5-01-BACK

Authors

  • MATON Erwann
  • ALVEZ Kilian
  • ROBION Alban
  • CLOCHETTE Baptiste
  • HUREAUX Lucas

Install / Config

Install symfony :

composer install

Install React :

npm install

To start the Database:

docker-compose up 

Install the database :

composer db

Build front assets with webpack encore :

npm run build

Build front assets with webpack encore automatically:

npm run watch

To start the server :

composer start

Scripts

start : Launch the local server

test:cs : Tests the code quality

fix:cs : Corrects the code

test:yaml : Test YAML files located in config folder

test:twig : Test Twig files located in templates folder

test:codeception : Launch codeception tests

test : Tests the code quality, then launch codeception tests

db : Deletes the existing database and create a new one, using the most recent migration

Authentication

Admin auth

Username : admin
Password : test

Teacher auth

Username : teacher
Password : test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors