A full-stack Learning Management System built using Next.js, MongoDB, and Tailwind CSS.
- Authentication with NextAuth.js
- Student and Admin dashboards
- Course creation, enrollment, and progress tracking
- Responsive and modular UI
- Framework: Next.js (App Router)
- Database: MongoDB via Mongoose
- Authentication: NextAuth.js
- Styling: Tailwind CSS
- Language: JavaScript
git clone [https://github.com/your-username/lms-project.git](https://github.com/your-username/lms-project.git)
cd lms-project
npm install
npm run dev