Skip to content

Commit 0bb647c

Browse files
Add requirements-dev.txt and update README
1 parent 1d67615 commit 0bb647c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Create database tables:
3131
flask db upgrade head
3232
```
3333

34+
(Optional) Populate database with fake data :
35+
36+
```bash
37+
pip install -r requirements-dev.txt
38+
python populate_db.py
39+
```
40+
3441
Start the server: (Runs on 127.0.0.1:5000)
3542

3643
```bash

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r requirements.txt
2+
Faker==33.3.1

0 commit comments

Comments
 (0)