Skip to content

assasseinn/DB_mindsupermacy

Repository files navigation

Mindsupremacy

This project consists of a FastAPI backend server and a React + TypeScript frontend application for the Mindsupremacy platform.

Features

  • User authentication and authorization
  • Course content delivery
  • Secure payment processing with Cashfree
  • Google Analytics tracking and conversion monitoring
  • Responsive design
  • Modern UI/UX

Getting Started

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Start the development servers:
    # Start backend
    npm run backend
    
    # Start frontend
    npm run dev

Tech Stack

  • Frontend: React, TypeScript, TailwindCSS
  • Backend: FastAPI, Python
  • Database: Supabase
  • Authentication: Supabase Auth
  • Payment: Cashfree
  • Analytics: Google Analytics (G-CS7MYH9BF5)

Stack

  • React+Typescript frontend with yarn as package manager.
  • Python FastAPI server with uv