The Running Tracker is a RESTful application developed in Golang, designed to help runners manage their information in a practical and eficient way. The project follows concepts of clean architecture and good practices, ensuring scalability and easy maintance.
To manage the application containers, you can use the provided Makefile
commands:
Start the containers (with build):
make up
Stop the containers:
make down
Restart the containers:
make restart