https://github.com/muhammed-bilal-k/quick-learn
QuickLearn : A modern, full-stack Learning Management System built with Next.js, TypeScript, Sanity.io, Stripe, and Clerk. Includes content management, secure authentication, and payment integration, perfect for creating and managing online courses.
https://github.com/muhammed-bilal-k/quick-learn
clerk nextjs15 sanity stripe talwindcss typescript
Last synced: 3 months ago
JSON representation
QuickLearn : A modern, full-stack Learning Management System built with Next.js, TypeScript, Sanity.io, Stripe, and Clerk. Includes content management, secure authentication, and payment integration, perfect for creating and managing online courses.
- Host: GitHub
- URL: https://github.com/muhammed-bilal-k/quick-learn
- Owner: Muhammed-Bilal-K
- Created: 2025-05-03T17:29:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T06:09:21.000Z (about 1 year ago)
- Last Synced: 2025-06-08T07:19:15.406Z (about 1 year ago)
- Topics: clerk, nextjs15, sanity, stripe, talwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 450 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📘 Quick Learn LMS
A modern and scalable **Learning Management System (LMS)** built with the latest web technologies for educators and learners. This project supports content management, secure authentication, and seamless payment processing.
---
## 🚀 Tech Stack
- **Next.js** – Frontend and backend (API routes)
- **TypeScript** – Type-safe development
- **Sanity.io** – Headless CMS for course content
- **Stripe** – Payment integration
- **Clerk** – User authentication and management
- **Tailwind CSS** – Utility-first styling
- **Admin Dashboard** – Manage users, content, and payments
---
## 🔗 Local Development URLs
- **LMS Frontend**: [http://localhost:3000](http://localhost:3000)
- **Sanity Studio**: [http://localhost:3333](http://localhost:3333) or [http://localhost:3000/studio](http://localhost:3000/studio)
---
# Clerk
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your-clerk-pk
CLERK_SECRET_KEY=your-clerk-sk
# Stripe
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your-stripe-pk
STRIPE_SECRET_KEY=your-stripe-sk
STRIPE_WEBHOOK_SECRET=your-webhook-secret
# Sanity
NEXT_PUBLIC_SANITY_PROJECT_ID=your-sanity-project-id
NEXT_PUBLIC_SANITY_DATASET=production
# App
NEXT_PUBLIC_BASE_URL=http://localhost:3000