RIVIERE--JOMBART Diego
MAMMERI Rayan
RIGARD Lobsang
-
Having the following software installed
- Docker
- Docker Desktop
- Docker Compose
- Composer
-
Having the following ports available
- 9000
- 3306
- 8080
You first need to build the php api by running the following commands
cd apis/api-php &&
composer install &&
cd ../../
You then need to compile the client
cd client &&
npm i &&
npm run build &&
cd ../../
Now to run the project, run the following command
docker compose up
This project is licensed under an MIT license