An open API service indexing awesome lists of open source software.

https://github.com/tameronline/fastapi-streamlit-starter-with-docker


https://github.com/tameronline/fastapi-streamlit-starter-with-docker

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project: FastAPI + Streamlit + PostgreSQL

## Services
1. **Backend (FastAPI)**: Accessible at [http://localhost:8000](http://localhost:8000)
2. **Frontend (Streamlit)**: Accessible at [http://localhost:8501](http://localhost:8501)
3. **Database (PostgreSQL)**: Running on port 5432.

## How to Run
1. Build and start the services:
```bash
docker-compose up --build