antifallobst 2d7091f5d8 | ||
---|---|---|
.sqlx | ||
docs | ||
src | ||
.dockerignore | ||
.env | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
README.md |
README.md
Nerdcult API
This repo contains the source and documentation of the nerdcult api.
Running
You can run the server with the following command:
export DATABASE_URL=postgres://user:password@host/database
export SMTP_HOST_URL=smtp.yourmailserver.tld
export SMTP_USER=accounts@yourdomain.tld
export SMTP_PASSWORD=password
./nerdcult_api