From 0aa6e711fd9cffce7aa07d2e294b7c774b859ae0 Mon Sep 17 00:00:00 2001 From: eclipse Date: Fri, 18 Apr 2025 20:55:24 +0200 Subject: [PATCH] created file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1dc6ef1 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# The Works + +## Flask commands + +Execute commands with `python -m flask --app the_works ` + +Available commands: + +* `run`: Serve app (don't use for production). +* `init-db`: Create empty SQLite database `works.sqlite` in project root. BE CAREFUL: If a database already exists, it will be deleted with everything in it.