Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.07 KB

File metadata and controls

29 lines (19 loc) · 1.07 KB

Hackathon 2023 - Amazon Web Services x Wild Code School

Finalist project, made in 48H in the suggest of Amazon Web Services.

The subject :

You will have to develop a fleet management application with three levels of users (the user who can rent/book a vehicle, the community/company that offers vehicles for rent/reservation and the application administrator).

The user who makes a reservation request must have access to the vehicle information (mileage, technical data, availability dates...).

The community/company manages the update of its fleet with the possibility of adding new vehicles or removing some. It must also manage the maintenance part and therefore be able to make a vehicle temporarily unavailable.

Made with

  • PHP - Symfony
  • Symphony UX - Chart JS
  • Bootstrap

Setup ⚒️

To install it,

Dependencies installation:

composer install yarn install

Run the project

symfony server:start yarn watch