File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 22
33### How to Get Started
44
5- 1 . fork this repo
5+ 1 . clone the repo
66
7- 2 . clone your own version
8- > git clone git@github.com : YOUR_GITHUB_USERNAME /angular-flask.git && cd angular-flask
9-
10- 3 . install all the necessary packages (best done inside of a virtual environment)
7+ 2 . install all the necessary packages (best done inside of a virtual environment)
118> pip install -r requirements.txt
129
13- 4 . run the app
10+ 3 . run the app
1411> python runserver.py
1512
16- 5 . create and seed the db (the server must still be running, so open a new terminal window first)
13+ 4 . create and seed the db (the server must still be running, so open a new terminal window first)
1714> python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'
1815
19- 6 . check out your blog
16+ 5 . check out your blog
2017> http://localhost:5000/blog
18+
19+ 6 . if you like it, give it a star :)
You can’t perform that action at this time.
0 commit comments