File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Build a Blog Using Django, Vue, and GraphQL
22
3- ## Starting the backend Django application
3+ ## Starting the back-end Django application
44
55In a new terminal tab:
66
7- 1 . Install the backend requirements in the environment of your choice:
7+ 1 . Install the back-end requirements in the environment of your choice:
88 ``` shell
99 $ cd /path/to/repo/tutorial-drafts/articles/django-vue-graphql/source_code/backend/
1010 $ python3 -m pip install -r requirements.txt
@@ -22,11 +22,11 @@ In a new terminal tab:
2222 $ python manage.py runserver
2323 ```
2424
25- ## Starting the frontend Vue application
25+ ## Starting the front-end Vue application
2626
2727In a new terminal tab:
2828
29- 1 . Install the frontend requirements:
29+ 1 . Install the front-end requirements:
3030 ``` shell
3131 $ cd /path/to/repo/tutorial-drafts/articles/django-vue-graphql/source_code/frontend/
3232 $ npm install
@@ -51,5 +51,5 @@ In a new terminal tab:
5151## Try the GraphQL API yourself
5252
53531 . Visit [ the GraphiQL interface] ( https://localhost:8000/graphql )
54- 1 . View the ** Docs* * panel on the top right
54+ 1 . View the * Docs* panel on the top right
55551 . Create some queries&mdash ; the available information should auto-populate!
You can’t perform that action at this time.
0 commit comments