A full-stack chatbot web application deployed in Docker Swarm with Nginx reverse proxy and accessible on the custom domain aitrack.tech.
- Frontend: React + Vite
- Backend: Python FastAPI (REST API)
- Nginx Reverse Proxy: Routes traffic to frontend and backend
- Docker Swarm Deployment: Production-ready orchestration
- Custom Domain Support: Deployed on
aitrack.tech
- Environment Configurable: Easily switch between development and production
chatbot-app/ βββ frontend/ # React + Vite frontend β βββ src/ β βββ vite.config.js β βββ Dockerfile βββ backend/ # FastAPI backend β βββ app/ β βββ Dockerfile βββ nginx/ # Nginx configuration β βββ nginx.conf βββ stack.yml # Docker Swarm stack file βββ README.md
git clone git@github.com:faisalthecoder/chatbot-app.git
cd chatbot-app