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

https://github.com/indie-track/indietrack-backend

Source code for IndieTrack's API - A free and open source project management tool for indie game devs
https://github.com/indie-track/indietrack-backend

dotnet-core game-development indiegame net8-web-api project-management tracking

Last synced: about 1 year ago
JSON representation

Source code for IndieTrack's API - A free and open source project management tool for indie game devs

Awesome Lists containing this project

README

          

# IndieTrack Backend

This repository contains the API backend for IndieTrack.
Tech stack: `.NET 8`, `FastEndpoints`, and `PostgreSQL`.

## 🧪 Quick Start

```bash
dotnet restore
dotnet run
```

Or run the VS solution