Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateuszk098/fast-api-notes
- Owner: mateuszk098
- License: unlicense
- Created: 2024-05-19T18:46:53.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-05T11:26:23.000Z (3 months ago)
- Last Synced: 2024-11-07T10:32:52.730Z (about 2 months ago)
- Topics: fastapi, postgresql, python
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).