Skip to content

Commit da0866c

Browse files
authored
Update README.md
1 parent 8325120 commit da0866c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,21 @@ cd rejangras
3636
sudo docker-compose up
3737
```
3838

39-
TThree Docker containers will be launched after last step:
39+
Three Docker containers will be launched after last step:
4040
```
4141
sudo docker ps
4242
```
43-
- django_db
44-
- django_rest_api
45-
- django_web_front
43+
### django_db
44+
45+
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.
4654

4755
After launching their containers, access the `localhost:3000`. The SPA will be shown the below.
4856

0 commit comments

Comments
 (0)