FastAPI 101 - Overview

3 weeks ago

Loading...
views

1 min read

FastAPI is a modern, fast1, reliable and one of the most loved Python web frameworks according to the Stack Overflow 2021 Survey.

It is s robust, type safe, easy to learn, high-performant, standards-based, extensible and fast to code: almost everything that industry-grade application wants.

FastAPI on Loved vs Dreaded - Stack Overflow 2021 Survey


What we will be learning and building?

In this series we will going to make a dead simple CRUD API capable of storing the employees data from a fictitious company and consuming external APIs to extend the address data.

Q: Do I need to be a genius to follow up on this series?

R: Of course not, but some prior Python and Web Development knowledge is required

  • Setting up Docker environment
  • Setting up FastAPI
  • NoSQL Database (Mongo)
  • External services integration
  • Continuous integration
  • Unit testing
  • Async process invocation


HomeBlog

© Rhian Castro

Powered by Vercel