Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjnevin/fastapi-mastery
Mastering FastAPI Udemy course: Notes and Experiments
https://github.com/davidjnevin/fastapi-mastery
fastapi python sqlalchemy
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T22:05:13.000Z (about 1 year ago)
- Last Synced: 2024-11-08T06:20:19.152Z (3 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![Continuous Integration](https://github.com/davidjnevin/fastapi-mastery/actions/workflows/fastApi-mastery-udemy.yml/badge.svg?branch=main)