/fastapi

Primary LanguagePython

# FastApi Project

Learn Python API development in one of the most comprehensive courses ever on the topic. You will build a full-fledged API in Python using FastAPI. You will learn the fundamentals of API design including routes, serialization/deserialization, schema validation, and models. You will also learn about SQL, testing with pytest, and how to build out a CI/CD pipeline using GitHub actions.

## Code

https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbTJfUng1eW9CdmtVRksteFpjTDZLdWFfOGpYQXxBQ3Jtc0trWmtlcVJyLWY4cmZaeldYTDQ0N0thNVBmZ2dtTVREWGNfTFdvS21ldXo4QUxsaGdOWVlXaTJlaGxhOEhXc1psRUFKQjVYUjMwS2NIbWFGb0VKZklXMy1mY0xvQUtwZW5oR0JuMFZ2RVNzVVRqZnF2cw&q=https%3A%2F%2Fgithub.com%2FSanjeev-Thiyagarajan%2Ffastapi-course

## Enviroment

source /home/jlferrete/workspace-2022/fastapi/fastapi/bin/activate
uvicorn main:app --reload