This project is a FastAPI-based backend for collecting, organizing, and serving business data. It brings together PostgreSQL storage, API endpoints, and a few practical automation features such as AI prompt handling, email sending, and data integration with services like GitHub, Flickr, and YouTube.
The app is designed to be a reliable backend layer for internal tools, admin workflows, or front-end applications that need structured data and simple API access.
- Project overview
- Architecture
- Setup and development
- API reference
- Integrations
- Database
- Testing
- Deployment
If you want to get started, the best place to begin is the setup guide. If you want to understand the system as a whole, start with the overview.
Before deployment, make sure the frontend origin is included in ALLOWED_ORIGINS; otherwise browser requests from that domain will be rejected by CORS.
