Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.27 KB

Keeptrack

Build Status Quality Gate Status Coverage

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 (Single Page Application) written in TypeScript (Angular 16+).

Application backend is a web API (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.).