Novmuser AI Backend The backend of Novmuser AI Table of contents Setting up environemnt Install poetry Install dependencies Virtual-env Get started Launch fastapi Setting up environemnt 1. Install poetry Reference: https://python-poetry.org/ 2. Install dependencies poetry install --no-root 3. Virtual Env poetry shell Get started ⚠️ Insurance that already enter into virtual env before launching. 1. Launch fastapi python -m uvicorn main:app