antifallobst 1477e4cef6 | ||
---|---|---|
src | ||
.env | ||
.gitignore | ||
API.md | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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