https://github.com/devpro/keeptrack
Applications and libraries to save and review things we like & own, things we like & saw
https://github.com/devpro/keeptrack
angular aspnet-core dotnet-core mongodb
Last synced: 9 months ago
JSON representation
Applications and libraries to save and review things we like & own, things we like & saw
- Host: GitHub
- URL: https://github.com/devpro/keeptrack
- Owner: devpro
- License: mit
- Created: 2019-10-16T12:58:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T14:35:02.000Z (11 months ago)
- Last Synced: 2025-04-06T07:43:12.211Z (10 months ago)
- Topics: angular, aspnet-core, dotnet-core, mongodb
- Language: C#
- Homepage:
- Size: 1.2 MB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keeptrack
[](https://gitlab.com/devpro-labs/software/keeptrack/-/pipelines)
[](https://gitlab.com/devpro-labs/software/keeptrack/-/commits/main)
[](https://dev.azure.com/devprofr/open-source/_build/latest?definitionId=26&branchName=main)
[](https://sonarcloud.io/dashboard?id=devpro.keep-track)
[](https://sonarcloud.io/dashboard?id=devpro.keep-track)
Keeptrack is a an open source application that let you save everything you read, watch, listen or play.
## Instances
This code is Cloud Native, it can be deployed to any kind of infrastructure.
A SaaS free version is currently available for early adopters (contact the repository owner to get an access).
## Software design
Application frontend is a [web application](angular-bootstrap/README.md) (Single Page Application) written in TypeScript (Angular 16+).
Application backend is a [web API](dotnet/README.md) (REST) written in C# (.NET 9).
Application data is persisted in a MongoDB (8.0) database.
Application authentication is federated with Firebase Authentication and can be done from multiple providers (Google, GitHub, etc.).