2023-08-15 17:43:53 +00:00
|
|
|
# Nerdcult API
|
|
|
|
This repo contains the source and documentation of the nerdcult api.
|
|
|
|
|
2023-08-16 16:05:54 +00:00
|
|
|
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
|
|
|
|
```
|