Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrohcleal/fastapi-taskmanager
Gerenciador de tarefas desenvolvido com FastAPI, Pydantic, SQLAlchemy, PostgreSQL, Alembic, TDD, Pytest, Poetry e Docker
https://github.com/pedrohcleal/fastapi-taskmanager
Last synced: about 2 months ago
JSON representation
Gerenciador de tarefas desenvolvido com FastAPI, Pydantic, SQLAlchemy, PostgreSQL, Alembic, TDD, Pytest, Poetry e Docker
- Host: GitHub
- URL: https://github.com/pedrohcleal/fastapi-taskmanager
- Owner: pedrohcleal
- Created: 2024-06-18T22:30:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T00:25:34.000Z (5 months ago)
- Last Synced: 2024-07-26T02:14:19.616Z (5 months ago)
- Language: Python
- Homepage: https://fastapidozero.dunossauro.com/
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi)![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)
# FastAPI-TaskManager
Gerenciador de tarefas desenvolvido com FastAPI, Pydantic, SQLAlchemy, Alembic, TDD, Pytest