Create FastAPI App¶
Create and manage FastAPI applications
Quick Tour¶
Follow these steps to set up a FastAPI project
Installation¶
This is a pip package. Thus, the only thing you need to do, is to run:
Usage¶
To create a new applications at a directory ~/my_fastapi_dir
, run:
Then install the requirements (expects that you installed pipenv on your system):
Initialize the database:
Run the application:
Done! You can view the interactivate documentation at localhost:8000/docs