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: docs/setup.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# pandemos-interface
2
-
Source code repository for pandemos APIs.
1
+
# Setup
2
+
Instruction on how to set up the backend itself.
3
3
4
4
## Deployment
5
5
### Setup the Project
@@ -47,6 +47,8 @@ Goto http://localhost:8000/
47
47
API docs can be found at:
48
48
http://localhost:8000/docs
49
49
50
+
> [!NOTE]
51
+
> You can connect the API to your ESID frontend by setting the `VITE_API_URL` to your url in the `.env`-file of your [ESID](https://github.com/DLR-SC/ESID) instance.
0 commit comments