Spaces:
Running
Running
File size: 610 Bytes
a8c436a deb090d a8c436a deb090d a8c436a 3d51b03 a8c436a deb090d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
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. |