amanmibra commited on
Commit
f50939b
1 Parent(s): 81d87a8

Add server readme

Browse files
Files changed (1) hide show
  1. 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`