- Clone this repository
- Install the required dependencies with
pip install -r requirements.txt - Run the server with
uvicorn main:app
If you encounter the following error: Error loading ASGI app. Could not import module "main"., make sure that main.py is located at the root of the project directory.