Pārlūkot izejas kodu

docs: how to launch

n2749 1 nedēļu atpakaļ
vecāks
revīzija
5b206ca2df
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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
+```