switch to Quart framework

This commit is contained in:
Yusur 2025-08-23 19:04:28 +02:00
parent b97355bb89
commit 73b5b7993f
38 changed files with 1259 additions and 938 deletions

View file

@ -24,7 +24,7 @@
* Will to not give up.
* Clone this repository.
* Fill in `.env` with the necessary information.
* `DOMAIN_NAME` (see above)
* `SERVER_NAME` (see above)
* `APP_NAME`
* `DATABASE_URL` (hint: `postgresql://username:password@localhost/dbname`)
* `SECRET_KEY` (you can generate one with the command `cat /dev/random | tr -dc A-Za-z0-9_. | head -c 56`)