Skip to content

7lyheav4n/pythonfastapi

Repository files navigation

Introduction

A production-style REST API with:

  • FastAPI REST API
  • PostgreSQL
  • Docker + Docker Compose
  • Clean project structure
  • CRUD API

Project Structure

fastapi-postgres/
├── app/
│   ├── main.py
│   ├── database.py
│   ├── models.py
│   ├── schemas.py
│   ├── crud.py
│   ├── config.py
│   └── routers/
│       └── tasks.py
├── requirements.txt
├── Dockerfile
├── docker-compose.yml
├── .env
└── README.md

About

My Python API Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors