planetarium / mimir

A backend service that provides 9c-related utility APIs.
GNU Affero General Public License v3.0
0 stars 2 forks source link
hacktoberfest hacktoberfest2024

mimir

[!WARNING] This project's APIs (GraphQL, REST) are not stable. It means that it doesn't make sure the backward-compatibility yet. It can be always broken.

A backend service that provides 9c-related utility APIs.

Build

dotnet tool restore
dotnet graphql generate Mimir
dotnet graphql generate Mimir.Worker
dotnet build

Test

dotnet test

API Documentation

GraphQL

https://mimir.nine-chronicles.dev/graphql/

REST API

https://mimir.nine-chronicles.dev/swagger/index.html

License

This project is licensed under the AGPL-3.0 license.