Treino Track is a Java-based application designed to manage workouts and exercises. It provides a platform for both administrators and users to interact with workout plans and exercise routines.
The project is organized into the following packages:
treinotrack
: Contains the main application entry point.UIconsole
: Handles the console-based user interface.facades
: Provides simplified interfaces for the service layer.service
: Contains the business logic.data
: Manages data persistence and retrieval.models
: Defines the data models used in the application.git clone https://github.com/Nertonm/treino-track.git
src
directory.Main.java
file to start the application.Upon starting the application, you will be prompted to enter your role (admin or user). Depending on your role, you will be directed to the appropriate module:
git checkout -b feature-branch
).git commit -m 'Add some feature'
).git push origin feature-branch
).This project is licensed under the MIT License. See the LICENSE
file for more details.
For any inquiries or issues, please contact.
This README provides an overview of the Treino Track project, including its features, structure, and instructions for getting started.