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.
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?
- Setting up Docker environment
- Setting up FastAPI
- NoSQL Database (Mongo)
- External services integration
- Continuous integration
- Unit testing
- Async process invocation