瀏覽代碼

add README.md

ccc 3 年之前
父節點
當前提交
50b7fea1cc
共有 1 個文件被更改,包括 13 次插入0 次删除
  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
+```
+