You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,14 @@ Database files and static generated files are stored in `var` folder.
66
66
make up
67
67
```
68
68
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
+
69
77
**start services**
70
78
71
79
```bash
@@ -103,11 +111,11 @@ After they started you need to click on `reopen in container` (first time start
103
111
104
112
#### vue vscode
105
113
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`.
107
115
108
116
#### django vscode
109
117
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).
0 commit comments