https://github.com/sagor0078/fastapi-tdd
The project is a demonstration of Test-Driven Development (TDD) using FastAPI and Tortoise ORM. It includes a basic FastAPI application with a simple endpoint and uses Tortoise ORM for database interactions. The project is containerized using Docker and Docker Compose, making it easy to set up and run.
https://github.com/sagor0078/fastapi-tdd
docker docker-compose fastapi postgersql pytest python3 ruff tortoise-orm unittest
Last synced: 12 months ago
JSON representation
The project is a demonstration of Test-Driven Development (TDD) using FastAPI and Tortoise ORM. It includes a basic FastAPI application with a simple endpoint and uses Tortoise ORM for database interactions. The project is containerized using Docker and Docker Compose, making it easy to set up and run.
- Host: GitHub
- URL: https://github.com/sagor0078/fastapi-tdd
- Owner: Sagor0078
- Created: 2022-09-09T08:48:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T15:05:01.000Z (about 1 year ago)
- Last Synced: 2025-03-24T16:23:33.157Z (about 1 year ago)
- Topics: docker, docker-compose, fastapi, postgersql, pytest, python3, ruff, tortoise-orm, unittest
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### build, test, and deploy a text summarization microservice with python, fastapi, and docker
### Setup
### Prerequisites
- Docker
- Docker Compose
### Installation
1. Clone the repository:
```sh
git clone https://github.com/Sagor0078/fastapi-tdd.git
cd fastapi-tdd
```
```bash
Continueing...
```