The source and documentation of the Nerdcult API.
Go to file
antifallobst 9db5c04cb6
feat(api): implemented a basic api skeleton, that matches the api docs
2023-08-16 14:02:23 +02:00
src feat(api): implemented a basic api skeleton, that matches the api docs 2023-08-16 14:02:23 +02:00
.gitignore added gitignore and fixed api specification for `/account/delete` 2023-08-15 20:25:02 +02:00
API.md feat(api): implemented a basic api skeleton, that matches the api docs 2023-08-16 14:02:23 +02:00
Cargo.lock feat(api): implemented a basic api skeleton, that matches the api docs 2023-08-16 14:02:23 +02:00
Cargo.toml feat(api): implemented a basic api skeleton, that matches the api docs 2023-08-16 14:02:23 +02:00
README.md initial commit 2023-08-15 19:43:53 +02:00

README.md

Nerdcult API

This repo contains the source and documentation of the nerdcult api.

The source can be found in src and the docs in API.md.