Skip to content

Commit 344a473

Browse files
committed
adds documentation on local routes.
1 parent 77a4707 commit 344a473

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ Database files and static generated files are stored in `var` folder.
6666
make up
6767
```
6868

69+
The front- and backend should now be accessible via
70+
71+
```
72+
Frontend: http://www:8000
73+
Backend: http://www:8000/gmanage
74+
GraphQLi: http://www:8000/graphql
75+
```
76+
6977
**start services**
7078

7179
```bash
@@ -103,11 +111,11 @@ After they started you need to click on `reopen in container` (first time start
103111

104112
#### vue vscode
105113

106-
Type `make` in the vscode terminal, that creates the node dev server on you maschine on the url [http://localhost:8080](http://localhost:8080)
114+
Type `make` in the vscode terminal, that creates the node dev server on your maschine which is accessible via [http://www:8000](http://www:8000). Make sure to add `www` and `www.local` to your `/etc/hosts` file to point to `127.0.0.1`.
107115

108116
#### django vscode
109117

110-
Type `make` in the vscode terminal, that creates the django dev server on you maschine on the url [http://localhost:8081](http://localhost:8081)
118+
Type `make` in the vscode terminal, that creates the django dev server on your maschine on the url [http://www:8000/gmanage](http://www:8000/gmanage).
111119

112120
## push to docker hub
113121

0 commit comments

Comments
 (0)