CA-Foundation / README.md
“vinit5112”
change port in readme
3d51b03
---
title: CA Study Assistant
emoji: 📚
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
---
# CA Study Assistant
This is a full-stack AI-powered study assistant for Chartered Accountant students.
- **Frontend**: React
- **Backend**: FastAPI
- **Deployment**: Docker on Hugging Face Spaces
## How it Works
The application is containerized using Docker and orchestrated with Docker Compose.
- The **frontend** is a React app served by Nginx.
- The **backend** is a FastAPI server running with Uvicorn.
- Nginx acts as a reverse proxy, forwarding API requests from the frontend to the backend.