https://github.com/davidjnevin/fastapi-mastery
Mastering FastAPI Udemy course: Notes and Experiments
https://github.com/davidjnevin/fastapi-mastery
fastapi python sqlalchemy
Last synced: 3 months ago
JSON representation
Mastering FastAPI Udemy course: Notes and Experiments
- Host: GitHub
- URL: https://github.com/davidjnevin/fastapi-mastery
- Owner: davidjnevin
- Created: 2023-09-29T10:01:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T22:05:13.000Z (about 2 years ago)
- Last Synced: 2025-09-04T05:47:21.315Z (4 months ago)
- Topics: fastapi, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 170 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastering REST APIs with FastAPI
My notes and experiments while completing the [Mastering REST APIs with FastAPI](https://www.udemy.com/course/rest-api-fastapi-python/) course on Udemy.
## My Objectives:
* TDD approach
* Logging in FastAPI
* Async databases
* Logging in Betterstack
* User Authentication
* SqlAlchemy relationships
* User Email confirmation
* File Uploads
* Background tasks
* Image generation using OpenAi based on post body
* Sentry Monitoring
* Github Actions for linting and testing
