瀏覽代碼

docs: how to launch

n2749 1 周之前
父節點
當前提交
5b206ca2df
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      readme

+ 5 - 0
readme

@@ -3,3 +3,8 @@
 The gist of the project is to assist the user in completing bom. It is done via
 repeat until found loop of "finding candidate groups" <=> "choosing from
 candidates"
+
+### How to launch
+```
+uvicorn bom_assistant.api.main:app --reload
+```