First Commit

This commit is contained in:
Dylan Wright 2025-06-03 19:30:58 +10:00
commit 3be23b5dc5
9 changed files with 15 additions and 0 deletions

3
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

0
README.md Normal file
View File

0
app/__init__.py Normal file
View File

0
app/auth.py Normal file
View File

0
app/models.py Normal file
View File

0
app/routes.py Normal file
View File

12
requirements.txt Normal file
View File

@ -0,0 +1,12 @@
blinker==1.9.0
click==8.2.1
Flask==3.1.1
Flask-Login==0.6.3
Flask-SQLAlchemy==3.1.1
greenlet==3.2.2
itsdangerous==2.2.0
Jinja2==3.1.6
MarkupSafe==3.0.2
SQLAlchemy==2.0.41
typing_extensions==4.14.0
Werkzeug==3.1.3

0
run.py Normal file
View File

0
schema.sql Normal file
View File