The source and documentation of the Nerdcult API.
Go to file
antifallobst 1daa5019aa
Build and Deploy / build-docker (push) Successful in 5m39s Details
feat: added an index html file
2023-12-08 15:45:08 +01:00
.gitea/workflows ci: added CI/CD workflow 2023-10-13 01:07:36 +02:00
.sqlx sqlx: updated offline data 2023-10-08 13:27:06 +02:00
docs feat: enforcing alphanumerical usernames 2023-10-11 12:32:01 +02:00
src feat: added an index html file 2023-12-08 15:45:08 +01:00
.dockerignore feat(docker): dockerized project 2023-08-20 14:30:11 +02:00
.env refactor(db): moved from mariadb to postgresql 2023-08-17 21:09:30 +02:00
.gitignore refactor(deps): removed clap 2023-09-09 16:05:22 +02:00
Cargo.lock ci/cd: pls just work 2023-12-07 15:37:42 +01:00
Cargo.toml ci/cd: pls just work 2023-12-07 15:37:42 +01:00
Dockerfile ci/cd: pls just work 2023-12-07 15:37:42 +01:00
README.md docs(api): renamed docs/API.md to docs/README.md 2023-08-18 18:06:43 +02:00

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