markdown
To start this web application you must have the following tools:
- Docker
Clone the project to retrieve it
git clone https://github.com/OpenClassrooms-Student-Center/Current-Garden-V2.git
cd Current-Garden-V2
To start the project
docker compose up -d
Make sure you are in the project folder (where the docker-compose.yml file is located)
docker compose down
If you are not returning to the project, you have the option to delete Docker files and images to reclaim space
Warning: this deletes all Docker projects from your computer
docker system prune -a
=> type Y then Enter