Before getting started, please ensure that you have the following dependencies installed on your system:
- Poetry: Installation guide
To set up and run the app, please follow these steps:
-
Move to the directory where
pyproject.toml
is located: -
Install the dependencies:
poetry install
-
Activate the virtual environment:
poetry shell
-
Run Fast api app using following command:
python -m main