From a573646ffb361ea4dcb638b2711cca8259f8beb7 Mon Sep 17 00:00:00 2001 From: Stef Date: Wed, 16 Apr 2025 16:02:07 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6c547bc..94b9885 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ flask --app app.py db migrate ### upgrade database 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 #### Updating requirements.txt pip freeze > requirements.txt \ No newline at end of file