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

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.

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...
```