Skip to content

Commit 4f08b98

Browse files
committed
Update docs
1 parent 71252c0 commit 4f08b98

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ This app is an endless user-based level and XP (experience points). It uses SQli
44

55
### Getting Started
66

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.

docs/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ This app is an endless user-based level and XP (experience points). It uses SQli
44

55
### Getting Started
66

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.

0 commit comments

Comments
 (0)