mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2026-02-04 08:44:53 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user