Skip to content

aR7dx/SAE301

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

451 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAE301

This project is a school project build with Laravel / React / TailwindCSS

Hosting

The project is actually available on SAE301

How Run (Fastest Way)

(Linux):

cp .env.example .env 
nano .env # Configure your database access
docker compose --env-file .env up -d --build

(Windows):

copy .env.example .env
notepad .env # Configure your database access
docker compose --env-file .env up -d --build

Tip

Default admin account is admin@test.fr / password, please consider to change it after your first login for security reason. Next, you can access to project on http://localhost:8080/

Development

If you want to develop on projet, you can see the section "How Run (Development)".

How Contribute

  1. Create new branch for each feature you want to add.
  2. Do your features
  3. Launch tests with php artisan test:build. If tests are not passed, fix your code.
  4. Let your duo review your code. And create test related to your feature if needed.
  5. Tell manager your branch is ready to merge.
  6. Manager will merge your branch and launch tests on it.
  7. If it's ok, your branch will be launch on server.

Backlog Issues

API

API of project is build with OpenAPI Format. You can find it on API

You can find Swagger UI on Swagger

Wiki

Teams

Manager & Supervisor : Infuseting

Duo 1 : Antoine Matter - Rémy Leber

Duo 2 : Marin Jabet - Nathan Le Biez

Duo 3 : Arthur Langlois - ar7dx

Duo 4 : Come GP - Ewen Babin

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 64.1%
  • JavaScript 35.4%
  • Other 0.5%