Motorcycle Manager is an online game that allows the users to register in the system, buy and upgrade motorcycles, start a race and keep track of the wins in the history, and more importantly being the best driver in the leaderboard.
-
docker
-
docker compose
-
make
-
make build (build containers and compile protobuf)
-
make up (or make upd for detached version)
-
make stop (to stop containers)
-
make down (to stop containers and clean the system from volumes and networks)
-
Lorenzo:12345
-
Matteo:abcde
-
(make build_test already performed when using make test)
-
make test
-
make down_test (to stop containers and clean the system from volumes and networks)
- make clean
In the .env file it is possible to edit the environment variables (such as the number of replicas per service).