This project consists of a FastAPI backend server and a React + TypeScript frontend application for the Mindsupremacy platform.
- User authentication and authorization
- Course content delivery
- Secure payment processing with Cashfree
- Google Analytics tracking and conversion monitoring
- Responsive design
- Modern UI/UX
- Clone the repository
- Install dependencies:
npm install
- Start the development servers:
# Start backend npm run backend # Start frontend npm run dev
- Frontend: React, TypeScript, TailwindCSS
- Backend: FastAPI, Python
- Database: Supabase
- Authentication: Supabase Auth
- Payment: Cashfree
- Analytics: Google Analytics (G-CS7MYH9BF5)
- React+Typescript frontend with
yarnas package manager. - Python FastAPI server with
uv