1
0
Fork
You've already forked kdwarn-api
0
API for kdwarn.net.
  • Rust 100%
2023年08月17日 23:23:10 -04:00
migrations Add languages GET endpoint, using sqlx on db 2023年08月17日 23:08:12 -04:00
src Fix expect message 2023年08月17日 23:23:10 -04:00
.gitconfig Add repo-level .gitconfig to ignore file perms 2023年07月28日 21:14:22 -04:00
.gitignore Update .gitignore; improve error message 2023年08月03日 11:35:26 -04:00
Cargo.lock Add languages GET endpoint, using sqlx on db 2023年08月17日 23:08:12 -04:00
Cargo.toml Add languages GET endpoint, using sqlx on db 2023年08月17日 23:08:12 -04:00
README.md Add languages GET endpoint, using sqlx on db 2023年08月17日 23:08:12 -04:00

kdwarn.net API

This is an API for both useful and experimental things related to my personal site, kdwarn.net.

Currently, it hosts an endpoint for automated deployment of the site.

Set up database

Locally

Include an environment variable of the connection string to a running Postgres database in .env named DATABASE_URL.

Create and populate database:

sqlx database create
sqlx migrate run