CalorieTracker - Blazor WASM + API calorie tracking app
| .forgejo/workflows | ||
| .gitignore | ||
| README.md | ||
CalorieTracker
Blazor WASM + API calorie tracking application.
Project Structure
src/
CalorieTracker.Client/ # Blazor WASM frontend
CalorieTracker.Api/ # .NET Web API backend
CI/CD
Pushes to main or develop trigger automatic builds via Forgejo Actions.
Merges to main trigger automatic deploy to hosting.
Getting Started
dotnet restore
dotnet build
dotnet test