|
| 1 | +<div align="center"> |
| 2 | + <h1>🚀 CODEGYAAN2</h1> |
| 3 | + <p><i>Empowering Innovation, Transforming Learning Experiences</i></p> |
| 4 | + |
| 5 | + <img src="https://img.shields.io/badge/Built%20With-React-blue?style=for-the-badge" /> |
| 6 | + <img src="https://img.shields.io/badge/Backend-Node.js-green?style=for-the-badge" /> |
| 7 | + <img src="https://img.shields.io/badge/Database-MongoDB-brightgreen?style=for-the-badge" /> |
| 8 | + <img src="https://img.shields.io/badge/Authentication-OTP%20&%20JWT-orange?style=for-the-badge" /> |
| 9 | + <img src="https://img.shields.io/badge/Payments-Razorpay-purple?style=for-the-badge" /> |
| 10 | +</div> |
| 11 | + |
| 12 | +--- |
| 13 | + |
| 14 | +## 🧰 Built With |
| 15 | + |
| 16 | +<div align="center"> |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +</div> |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +## 📚 Table of Contents |
| 32 | + |
| 33 | +- [🔍 Overview](#-overview) |
| 34 | +- [🚀 Getting Started](#-getting-started) |
| 35 | +- [🧱 Prerequisites](#-prerequisites) |
| 36 | +- [🔧 Installation](#-installation) |
| 37 | +- [🧪 Testing](#-testing) |
| 38 | +- [📈 Usage](#-usage) |
| 39 | +- [🙌 Contribution](#-contribution) |
| 40 | +- [📬 Contact](#-contact) |
| 41 | + |
| 42 | +--- |
| 43 | + |
| 44 | +## 🔍 Overview |
| 45 | + |
| 46 | +**CodeGyaan2** is your all-in-one open-source powerhouse designed for building modern, scalable online learning platforms. Whether you're building for students, instructors, or admins, it delivers a robust, feature-rich experience with a sleek UI and bulletproof backend. |
| 47 | + |
| 48 | +### ✨ Core Features |
| 49 | + |
| 50 | +- ⚙️ **Modular Architecture** |
| 51 | + Clean separation of frontend and backend = effortless customization and scaling. |
| 52 | + |
| 53 | +- 🔐 **Secure Authentication** |
| 54 | + Role-based access, OTP login, and JWT tokens keep your users locked in (safely). |
| 55 | + |
| 56 | +- 💳 **Payment Integration** |
| 57 | + Razorpay support for smooth, secure transactions with no fuss. |
| 58 | + |
| 59 | +- 🖼️ **Media Management** |
| 60 | + Cloudinary handles image/video uploads like a pro. |
| 61 | + |
| 62 | +- ⚒️ **Developer Utilities** |
| 63 | + Built-in API connectors, custom hooks, and state management streamline development. |
| 64 | + |
| 65 | +--- |
| 66 | + |
| 67 | +## 🚀 Getting Started |
| 68 | + |
| 69 | +Clone the repo and kick off your own version of CodeGyaan2 in minutes. |
| 70 | + |
| 71 | +### 🧱 Prerequisites |
| 72 | + |
| 73 | +Make sure you have the following installed: |
| 74 | + |
| 75 | +- Node.js |
| 76 | +- NPM |
| 77 | + |
| 78 | +--- |
| 79 | + |
| 80 | +## 🔧 Installation |
| 81 | + |
| 82 | +Follow these steps to set up the project: |
| 83 | + |
| 84 | +# Clone the repository |
| 85 | +git clone https://github.com/your-username/codegyaan2.git |
| 86 | +cd codegyaan2 |
| 87 | + |
| 88 | +# Backend Setup |
| 89 | +cd backend |
| 90 | +npm install |
| 91 | +npm run dev |
| 92 | + |
| 93 | +# Frontend Setup |
| 94 | +cd ../frontend |
| 95 | +npm install |
| 96 | +npm start |
0 commit comments