Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devpro/keep-track
Applications and libraries to save and review things we like & own, things we like & saw
https://github.com/devpro/keep-track
angular aspnet-core dotnet-core mongodb
Last synced: 4 days 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/keep-track
- Owner: devpro
- License: mit
- Created: 2019-10-16T12:58:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T16:08:28.000Z (about 1 year ago)
- Last Synced: 2023-10-20T16:45:17.056Z (about 1 year ago)
- Topics: angular, aspnet-core, dotnet-core, mongodb
- Language: C#
- Homepage:
- Size: 1.17 MB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keeptrack
[![Build Status](https://dev.azure.com/devprofr/open-source/_apis/build/status/keeptrack-ci?branchName=master)](https://dev.azure.com/devprofr/open-source/_build/latest?definitionId=26&branchName=master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=devpro.keep-track&metric=alert_status)](https://sonarcloud.io/dashboard?id=devpro.keep-track)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=devpro.keep-track&metric=coverage)](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 7+).
Application data is persisted in a MongoDB (7.0) database.
Application authentication is federated with Firebase Authentication and can be done from multiple providers (Google, GitHub, etc.).