/FastAPI-PostgreSQL-Docker

FastAPI using PostgreSQL DB

Primary LanguagePython

FastAPI-Postgres-docker-compose

  • FastAPI app
  • PostgreSQL integration using SQLAlchemy
  • Dockerfile and docker-compose integations

How to run this with Docker?

  • Make sure you have docker installed and runninng on your machine
  • Open the terminal to the docker-compose path and hit the following command -
MYCOMPUTER:FastAPI user$ docker-compose up --build