Parcourir la source

add README.md

ccc il y a 3 ans
Parent
commit
50b7fea1cc
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -0,0 +1,13 @@
+## Get Started
+
+```sh
+# After execution, paste the result to line 25 in main.py
+openssl rand -hex 32
+```
+
+
+```sh
+# run uvicorn and use --reload to turn on auto-reloading
+uvicorn main\:app --reload
+```
+