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
- Host: GitHub
- URL: https://github.com/tameronline/fastapi-streamlit-starter-with-docker
- Owner: TamerOnLine
- Created: 2024-12-01T03:10:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:25:08.000Z (over 1 year ago)
- Last Synced: 2025-05-31T13:05:06.514Z (about 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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