Skip to content

Welcome to Demo Project

This Demo project will show you how to use docker and docker compose to create a projects that connects multiple services together.

How it works?

End-to-End tutorial

Services

  • Database - Postgres database.
  • API - Fast Api that connects with the postgres.
  • App - Streamlit which connects with Fast API.
  • Pgadmain - It is a UI that shows you the data you inserted.
  • Docs - Mkdocs it documents your codes.