We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8325120 commit da0866cCopy full SHA for da0866c
README.md
@@ -36,13 +36,21 @@ cd rejangras
36
sudo docker-compose up
37
```
38
39
-TThree Docker containers will be launched after last step:
+Three Docker containers will be launched after last step:
40
41
sudo docker ps
42
43
-- django_db
44
-- django_rest_api
45
-- django_web_front
+### django_db
+
+The django_db is the Postgres database.
46
47
+### django_rest_api
48
49
+The django_rest_api is the Python/Django Web API. This returns JSON data when accessing `localhost:8000`.
50
51
+### django_web_front
52
53
+The django_web_front is the Node.js/React container. This fetches API data from django_rest_api using React.
54
55
After launching their containers, access the `localhost:3000`. The SPA will be shown the below.
56
0 commit comments