Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-papso/fithub
Web application for workout tracking
https://github.com/r-papso/fithub
blazor csharp dotnet web
Last synced: 1 day ago
JSON representation
Web application for workout tracking
- Host: GitHub
- URL: https://github.com/r-papso/fithub
- Owner: r-papso
- License: mit
- Created: 2021-12-29T19:50:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T17:43:16.000Z (almost 3 years ago)
- Last Synced: 2024-06-09T14:28:55.830Z (5 months ago)
- Topics: blazor, csharp, dotnet, web
- Language: C#
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fithub
Fithub is a web application for workout tracking and recording. The application is fully implemented in C#/.NET.
### Fithub.Database
Provides model classes and database context for accessing an application's database.
### Fithub.API
API providing access to the application data. API implements basic JWT token authentication/authorization.
### Fithub.UI
Client Blazor WebAssembly application, provides simple UI for the end user.