File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ This app is an endless user-based level and XP (experience points). It uses SQli
4
4
5
5
### Getting Started
6
6
7
- 1 . Clone the repository
8
- 2 . Install the requirements: ` pip install -r requirements.txt `
9
- 3 . Run the app: ` python app.py `
10
- 4 . Go to ` localhost:8081 ` on your web browser
7
+ 1 . Clone the repository.
8
+ 2 . Install the requirements: ` pip install -r requirements.txt ` .
9
+ 3 . Run the app: ` python app.py ` .
10
+ 4 . Create a migration using ` flask db init ` .
11
+ 5 . Create a migration script using ` flask db migrate ` .
12
+ 6 . Apply the migration using ` flask db upgrade ` .
13
+ 7 . Run the app using ` flask run ` .
14
+ 8 . Open ` localhost:8081 ` on your web browser.
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ This app is an endless user-based level and XP (experience points). It uses SQli
4
4
5
5
### Getting Started
6
6
7
- 1 . Clone the repository
8
- 2 . Install the requirements: ` pip install -r requirements.txt `
9
- 3 . Run the app: ` python app.py `
10
- 4 . Go to ` localhost:8081 ` on your web browser
7
+ 1 . Clone the repository.
8
+ 2 . Install the requirements: ` pip install -r requirements.txt ` .
9
+ 3 . Run the app: ` python app.py ` .
10
+ 4 . Create a migration using ` flask db init ` .
11
+ 5 . Create a migration script using ` flask db migrate ` .
12
+ 6 . Apply the migration using ` flask db upgrade ` .
13
+ 7 . Run the app using ` flask run ` .
14
+ 8 . Open ` localhost:8081 ` on your web browser.
You can’t perform that action at this time.
0 commit comments