Skip to content

CourseMagnet is a modern e-learning platform powered by Next.js 13. Explore, purchase, and track your learning journey with ease. Discover courses, secure transactions via Stripe, and enjoy personalized dashboards for a seamless educational experience.

Notifications You must be signed in to change notification settings

MeetMulik/coursemagnet

Repository files navigation

🚀 CourseMagnet

CourseMagnet is a powerful e-learning platform built with Next.js 13. Browse and filter a diverse range of courses, seamlessly purchase them using Stripe, and track your progress with an intuitive dashboard. Whether you're a student or a teacher, CourseMagnet provides a dynamic experience.

Features

  • 📚 Explore & Filter Courses
  • 💳 Secure Course Purchases via Stripe
  • ✅ Track Chapter Completion Status
  • 📊 Progress Calculations for Each Course
  • 🎓 Personalized Student Dashboard
  • 👩‍🏫 Empowering Teacher Mode
  • 🆕 Effortlessly Create Courses & Chapters
  • 🔄 Intuitive Chapter Position Reordering with Drag 'n' Drop
  • 📎 Multimedia Management: Thumbnails, Attachments, and Videos using UploadThing
  • 🎥 Video Processing and HLS Playback with Mux
  • 📝 Rich Text Editing for Chapter Descriptions
  • 🔐 Secure Authentication with Clerk
  • 🔄 Robust ORM Integration with Prisma
  • 🗃️ Scalable MySQL Database Using Planetscale

Demo

Deployment: Link

Installation

  1. Clone the repository:
git clone https://github.com/MeetMulik/coursemagnet.git

cd coursemagnet
  1. Install the dependencies for both the frontend and backend:
# Install dependencies

npm install
  1. Set the environment variables for backend
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
DATABASE_URL=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
MUX_TOKEN_ID=
MUX_TOKEN_SECRET=
STRIPE_API_KEY=
NEXT_PUBLIC_APP_URL=
STRIPE_WEBHOOK_SECRET=

Usage

cd coursemagnet
npm run dev

Open your browser and navigate to http://localhost:3000 to view the application.

Deployment 🚀

This project is deployed using Vercel.

Deploy with Vercel

  1. Click the "Deploy with Vercel" button above.
  2. Follow the instructions to deploy your project.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing something, feel free to open an issue to discuss it, or directly create a pull request with the necessary changes.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Screenshots 📷

About

CourseMagnet is a modern e-learning platform powered by Next.js 13. Explore, purchase, and track your learning journey with ease. Discover courses, secure transactions via Stripe, and enjoy personalized dashboards for a seamless educational experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published