Skip to content

soulcodex/fast-api-beers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fast API from Zero to Hero

by Python Coruña

Introduction ✍️

Welcome dear coder to the official repository for the tech talk series called "FastAPI from Zero to Hero". My name is Roberto García and I really hope you can enjoy of these resources to keep growing in your career path as a python programmer specifically developing REST APIs using FastAPI as a framework.

Requirements 🚄

  • Python 3.8+
  • pip
  • pipenv
  • Starving for knowledge (The most important 😄)

Series chapters 🤓

  1. Seamos fast y hagamos api - Tech talk - 2023/04/15 - La Olímpica
  2. Hexagonalmente hablando - Tech talk - TBC - La Olímpica
  3. MV ¿Que? - De MV* a hexagonal - Workshop - TBC - TBC
  4. Let's go to production - Workshop - TBC

Getting started 👋

  1. Seamos fast y hagamos api - Tech talk

The first tech talk would be composed by the first three branches of the repository covering basic concepts about the framework, origins, tools OTB, usefully resources and some days later the slides in PDF format.

Branches

git checkout 1-basic-application # Hello world using FastAPI
git checkout 2-split-routes # Split routing to avoid huge routing files and single file applications
git checkout 3-dependency-injection # Using FastAPI dependency injection through examples  with some basic use cases

Slides (Black & White)

Slides (Color)

  1. Hexagonalmente hablando - Tech talk
  2. MV ¿Que? - De MV* a hexagonal - Workshop
  3. Let's go to production - Workshop

About

Demostrative repository of FastAPI framework using asynchronous implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages