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.
- Host: GitHub
- URL: https://github.com/kris701/feathertracker
- Owner: kris701
- License: mit
- Created: 2025-05-25T12:37:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T12:26:27.000Z (about 1 year ago)
- Last Synced: 2025-06-26T14:05:28.014Z (12 months ago)
- Topics: angular, asp-net, sqlserver, website
- Language: TypeScript
- Homepage: https://feathertracker.dk
- Size: 1.47 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.

## 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.