Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 581 Bytes

RunningTracker

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.

How to Run the Project

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