CARS is a web application is intended to help with the management of vehicles repairs, from the diagnostic to the billing. Its usage is expected to be intuitive and user-friendly.
The only available language is French, and it is not intended to be adapted for other languages, given the user panel it is designed for.
This application is expected to run correctly on the 2 last major versions of Google Chrome and Mozilla Firefox web browsers. Any other web browser or version won't be supported.
For detailed information about the versions, check the releases.
In order to set up the project, you need to have Node JS (version 16.16.0 or higher) installed.
- Clone the repository
> git clone https://github.com/Foacs/cars-fe.git
- Move to the root directory of the repository
> cd cars-fe
- Run
npm install
to download all the needed dependencies
> npm install
- Run
npm start
to start the application
> npm start
- Node JS:
16.16.0
- npm:
8.11.0
- React JS:
18.2.0
- Material UI:
5.9.2
For detailed information about contributing, check the guide.
This project is licensed under the terms of the CeCILL license version 2.1.
You can check the full license here.