The source and documentation of the Nerdcult API.
Go to file
antifallobst 5f5534f597
feat(api): fully implemented the delete endpoint
2023-08-17 02:17:11 +02:00
src feat(api): fully implemented the delete endpoint 2023-08-17 02:17:11 +02:00
.env feat(db): implemented database connection 2023-08-16 18:05:54 +02:00
.gitignore added gitignore and fixed api specification for `/account/delete` 2023-08-15 20:25:02 +02:00
API.md feat(api): added an account verification check before authentication 2023-08-17 01:29:00 +02:00
Cargo.lock feat(api): added email regex validation on registration 2023-08-17 01:10:01 +02:00
Cargo.toml feat(api): added email regex validation on registration 2023-08-17 01:10:01 +02:00
README.md feat(db): implemented database connection 2023-08-16 18:05:54 +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.

Running

You can run the server with the following command:

export DATABASE_URL=mysql://user:password@host/database
./nerdcult_api