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
- Host: GitHub
- URL: https://github.com/indie-track/indietrack-backend
- Owner: Indie-Track
- License: mpl-2.0
- Created: 2025-04-06T16:15:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T16:26:36.000Z (about 1 year ago)
- Last Synced: 2025-04-06T17:29:06.600Z (about 1 year ago)
- Topics: dotnet-core, game-development, indiegame, net8-web-api, project-management, tracking
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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