GithubHelp home page GithubHelp logo

alperencubuk / fastapi-with-pydantic-v2-postgres-alembic-docker-template Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 29 KB

This is simple API serve as a template for FastAPI (with Pydantic v2) Postgres Alembic Docker tech stack.

License: GNU General Public License v3.0

Python 97.41% Mako 2.59%
alembic docker fastapi postgres python pydantic-v2

fastapi-with-pydantic-v2-postgres-alembic-docker-template's Introduction

FastAPI (with Pydantic v2) Postgres Alembic Docker Template


Requirements:

docker
docker-compose

Run:

cp config/.env.example config/.env
docker-compose up --build -d

Migration:

docker-compose exec api alembic revision --autogenerate
docker-compose exec api alembic upgrade head

Test:

docker exec -it api pytest

Coverage:

docker exec -it api coverage run -m pytest
docker exec -it api coverage report

Docs:

localhost:8000/docs

Endpoints:

POST   /boilerplate                     # boilerplate create
GET    /boilerplate                     # boilerplate list
GET    /boilerplate/{boilerplate_id}    # boilerplate get
PATCH  /boilerplate/{boilerplate_id}    # boilerplate update
DELETE /boilerplate/{boilerplate_id}    # boilerplate delete

GET    /                                # health check

fastapi-with-pydantic-v2-postgres-alembic-docker-template's People

Contributors

alperencubuk avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

soutrik71

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.