Browse Source

docs: how to launch

n2749 1 week ago
parent
commit
5b206ca2df
1 changed files with 5 additions and 0 deletions
  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
 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
 repeat until found loop of "finding candidate groups" <=> "choosing from
 candidates"
 candidates"
+
+### How to launch
+```
+uvicorn bom_assistant.api.main:app --reload
+```