Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 392 Bytes

File metadata and controls

15 lines (10 loc) · 392 Bytes

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