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 2
2
3
3
### How to Get Started
4
4
5
- 1 . fork this repo
5
+ 1 . clone the repo
6
6
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)
11
8
> pip install -r requirements.txt
12
9
13
- 4 . run the app
10
+ 3 . run the app
14
11
> python runserver.py
15
12
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)
17
14
> python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'
18
15
19
- 6 . check out your blog
16
+ 5 . check out your blog
20
17
> 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