Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.