Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 366 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 366 Bytes

FastAPI API

Development Environment

Get into the project directory

$ cd fastapi-api

Create a virtual environment,

$ poetry env use python3.12

Install Python packages

$ poetry install

Run the App

Run the following command:

$ python main.py

Then visit http://127.0.0.1:8080.