Update README.md

This commit is contained in:
2025-04-16 16:02:07 +02:00
parent fea4e3082d
commit a573646ffb

View File

@@ -19,6 +19,15 @@ flask --app app.py db migrate
### upgrade database ### upgrade database
flask --app app.py db upgrade flask --app app.py db upgrade
## Seeding the database
Run seed.py to seed the database with a few users and services
## Starting application
Run app.py to run the application
# Development commands # Development commands
#### Updating requirements.txt #### Updating requirements.txt
pip freeze > requirements.txt pip freeze > requirements.txt