Garage is an application that allows users to book visits in the nearest car repair shops. Project carried out as an engineering thesis at the Silesian University of Technology.
- Clone the Repository.
git clone https://github.com/KsaweryZietara/garage.git
cd garage
- Run tests.
make test
-
Set environment variables defined in
compose.yaml
. -
Start the application.
make run
- Launch the user interface.
make web
User interface is available on port 8081. You can access it by navigating to:
http://localhost:8081
- Stop the application.
make stop