Added Repository

This commit is contained in:
2026-01-30 14:02:35 +03:30
parent 8917e625a5
commit dbc8f70b4a
53 changed files with 7758 additions and 2 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Flask
FLASK_ENV=development
FLASK_DEBUG=1
SECRET_KEY=this-should-be-long-and-random
# MariaDB database
DB_USER=wearwell
DB_PASSWORD=password
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=wearwell
DATABASE_URL=mysql+pymysql://wearwell:password@127.0.0.1:3306/wearwell