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

https://github.com/kris701/feathertracker

A simple website to track the weight of your bird.
https://github.com/kris701/feathertracker

angular asp-net sqlserver website

Last synced: about 1 month ago
JSON representation

A simple website to track the weight of your bird.

Awesome Lists containing this project

README

          



# Feather Tracker
This is a small project for you to have your own self-hosted bird tracking tool.
You can use it to keep track of your birds weights.

image
image
image

## Docker
You can quickly run this application with Docker, and explore if its something for you.
Simply run the `docker-compose.yaml` file under the `Docker/` folder, and it will
create the services needed.

## Implementation Details

The tech-stack is:
* Database: SQL Server 2022 using TSQL
* API: ASP.NET Web API using .NET 10
* Frontend: Angular 21 project using PrimeNG

Each folder for Database, API and Frontend each have a small readme for more info.