Get into the project directory
$ cd fastapi-api
Create a virtual environment,
$ poetry env use python3.12
Install Python packages
$ poetry install
Run the following command:
$ python main.py
Then visit http://127.0.0.1:8080.
Get into the project directory
$ cd fastapi-api
Create a virtual environment,
$ poetry env use python3.12
Install Python packages
$ poetry install
Run the following command:
$ python main.py
Then visit http://127.0.0.1:8080.