Re-Doing the Django Tutorial With FastAPI and React: Database & Models
Part 2: Setting up a Database and Writing the models
Nov 15, 202110 min read1.6K

Search for a command to run...
Articles tagged with #apis
Part 2: Setting up a Database and Writing the models

If you haven't heard of it yet, FastAPI is a micro-framewok that allows developers to make full use of modern Python."Micro" here, means that rather than trying to cover every use case, it focuses on doing a single thing extremely well: giving you th...
