File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -52,21 +52,10 @@ The django_rest_api is the Python/Django Web API. This returns JSON data when ac
52
52
53
53
The django_web_front is the Node.js/React container. This fetches API data from django_rest_api using React.
54
54
55
- After launching their containers, access the ` localhost:3000 ` . The SPA will be shown the below.
55
+ After launching those containers, access the ` localhost:3000 ` . The App will be shown the below.
56
56
57
57
![ sample_image] ( img/sample_image.png )
58
58
59
- ### django_db
60
-
61
- The django_db is the Postgres database.
62
-
63
- ### django_rest_api
64
-
65
- The django_rest_api is the Python/Django Web API. This returns JSON data when accessing ` localhost:8000 ` .
66
-
67
- ### django_web_front
68
-
69
- The django_web_front is the Node.js/React container. This fetches API data from django_rest_api using React.
70
59
71
60
## File Sharing settings
72
61
You can’t perform that action at this time.
0 commit comments