Re-Doing the Django Tutorial With FastAPI And React: Setting up a FastAPI project !
This is part 1 one of my FastAPI tutorial. Today we'll see how to set up a working FastAPI project using Docker and Poetry!
Nov 1, 20216 min read2.6K

Search for a command to run...

Series
In this series we'll build the well known poll app from the Django tutorial, but this time using FastAPI and React !
This is part 1 one of my FastAPI tutorial. Today we'll see how to set up a working FastAPI project using Docker and Poetry!

Part 2: Setting up a Database and Writing the models

In part 3 of this tutorial, we'll use SQLAlchemy and Pydantic to create some path operations for ou polls.

Note: This is part 4 of a multi-part tutorial on FastApi and React. If you want to start from the beginning (which I recommend!😉) here's part 1! Welcome to part 4 of this tutorial! Today we'll see how to connect a React app to our awesome FastAPI ba...
