소스 검색

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
+```