To run this web application you need the following tool:
- Docker
Clone the project to get started:
git clone https://github.com/jeremieborrotzu-blip/Tech-Buy-US.git
cd Tech-Buy-US
To start the project:
docker compose up --build -d
The site will be available at: http://localhost:8080
Make sure you are in the project folder (where the docker-compose.yml file is located):
docker compose down
If you are done with the project, you can remove Docker files and images to free up disk space.
Warning: this removes all Docker projects on your computer.
docker system prune -a
=> type Y then Enter