The Exercise Tracker is an API developed in C# that enables users to log and analyze their workout routines. It serves as an educational project to demonstrate the implementation of the repository pattern and basic CRUD operations in a console environment.
- Record Exercises: Log exercises with details such as date, type, and duration.
- View Exercise Logs: Display a list of all recorded exercises.
- Update Entries: Modify existing exercise records.
- Delete Entries: Remove exercises from the log.
- Data Persistence: Utilize the repository pattern for managing data storage and retrieval.
- Language: C#
- Framework: .NET
- Architecture: Repository Pattern
- Data Storage: In-memory collections or simple file-based storage (as per project scope)
-
Clone the Repository:
git clone https://github.com/Call911plz/ExerciseTracker.git
-
Navigate to the Project Directory:
cd ExerciseTracker
-
Build the Application:
dotnet build
-
Run the Application:
dotnet run
This project is licensed under the MIT License. See the LICENSE file for details.
- Email: vasicmaksim4@gmail.com
- Github: vasicm4
- Linkedin: Maksim Vasic