Spaces:
Runtime error
Runtime error
Add server readme
Browse files- server/README.md +5 -0
server/README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# VoID API
|
2 |
+
|
3 |
+
Run locally: `uvicorn main:app --reload`
|
4 |
+
|
5 |
+
Go to docs: `http://localhost:8000/docs`
|