Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateuszk098/fast-api-notes

FastAPI Learning Notes
https://github.com/mateuszk098/fast-api-notes

fastapi postgresql python

Last synced: 1 day ago
JSON representation

FastAPI Learning Notes

Awesome Lists containing this project

README

        

# FastAPI Notes

![GitHub last commit](https://img.shields.io/github/last-commit/mateuszk098/fast-api-notes)

FastAPI Learning Notes.

- **[CRUD Operations](https://github.com/mateuszk098/fast-api-notes/tree/master/crud_operations)** - Create, Read, Update and Delete Operations.
- **[Data Validation](https://github.com/mateuszk098/fast-api-notes/tree/master/data_validation)** - Status Codes, Exception Handling and Data Validation via Pydantic.
- **[Full Stack Todo](https://github.com/mateuszk098/fast-api-notes/tree/master/full_stack_todo)** - Full Stack Todo Application (Authentication, Authorization, Docker, PostgreSQL, Bootstrap).