Get into the project directory
$ cd fastapi-apiCreate a virtual environment,
$ poetry env use python3.12Install Python packages
$ poetry installRun the following command:
$ python main.pyThen visit http://127.0.0.1:8080.
Get into the project directory
$ cd fastapi-apiCreate a virtual environment,
$ poetry env use python3.12Install Python packages
$ poetry installRun the following command:
$ python main.pyThen visit http://127.0.0.1:8080.