File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,15 @@ rename it to config.ini and put in your real values
2828<br />
2929<br />
3030
31- ## Step 5) put in the correct host at
32- ` frontend/src/components/dashboard.js ` line 14. this app does not put in the config.ini values onto the frontend
33- <br />
34- <br />
35-
36- ## Step 6) install the dependencies
31+ ## Step 5) install the dependencies
3732(highly reccomended to use a virtual environment)
3833```
3934pip install -r requirements.txt
40- cd frontend
41- npm install
35+
4236```
4337<br />
4438
45- ## Step 7 ) Run it!
39+ ## Step 6 ) Run it!
4640It's linked up into a single command, this starts the front and backend servers:
4741```
4842python main.py
@@ -53,7 +47,7 @@ with an event that triggered a simple 'Successfully Loaded!' message
5347
5448<br />
5549
56- ## Step 8 ) Vary the user and URL generation methods
50+ ## Step 7 ) Vary the user and URL generation methods
5751User:
5852Since in your real application, the URL will need to be sensitive to the logged in user
5953this demonstrates how the frontend's request will change what the user sees via the userToken
You can’t perform that action at this time.
0 commit comments