Skip to content

🐰 Rabbit - A Full-Stack Learning Management System (LMS) with secure payments, course management, role-based access, and student progress tracking. Built using MERN Stack.

License

Notifications You must be signed in to change notification settings

abhishekprajapatt/rabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Learning Management System (LMS)

Screenshot 2025-02-08 112741

🌐 Project Overview

This Learning Management System (LMS) is a web application designed to streamline the management of online learning activities. It provides users with features like course enrollment, progress tracking, and course content management, making education more accessible and efficient.

✨ Key Features

  • πŸ”’ User Authentication: Secure login and sign-up.
  • πŸ”‘ Role-Based Access Control: Separate functionalities for Admin, Instructor, and Student roles.
  • πŸ“‹ Course Management: Create, update, delete, and view courses.
  • πŸ“Š User Dashboard: Track progress and performance.
  • πŸ“ Assignment System: Upload and grading functionalities.
  • πŸ”” Notifications: Stay updated with important alerts.

🎨 UI Preview

Admin Dashboard Course Management Lecture Editor
Admin Dashboard Create Courses Edit Lectures

πŸ› οΈ Technology Stack

🌐 Frontend:

  • Framework: React.js
  • Styling: Tailwind CSS
  • State Management: Redux Toolkit
  • Routing: React Router

βš™οΈ Backend:

  • Framework: Node.js with Express.js
  • Database: MongoDB with Mongoose ORM
  • Authentication: JSON Web Tokens (JWT)

πŸ“‚ Additional Tools:

  • Version Control: Git and GitHub
  • Project Management: Trello/Asana

πŸ“‹ Prerequisites

  • Node.js and npm installed
  • MongoDB set up and running
  • Basic knowledge of JavaScript and React

⚑ Setup Instructions

  1. πŸ“₯ Clone the repository from GitHub.
  2. Navigate to the project directory and install dependencies:
    npm install
  3. πŸ› οΈ Configure environment variables in a .env file:
    MONGO_URI=your_mongo_connection_string
    JWT_SECRET=your_secret_key
  4. πŸš€ Start the development server:
    npm run dev
  5. 🌐 Access the application at http://localhost:3000.

πŸ§ͺ Testing

  • πŸ›‘οΈ Run unit tests for backend APIs using Jest:
    npm test
  • πŸ–₯️ Perform manual testing through Postman or the frontend interface.

🌍 Deployment

  • 🌟 Frontend hosted on Vercel
  • ☁️ Backend hosted on Vercel
  • πŸ’Ύ Database hosted on MongoDB Atlas.

πŸ‘₯ Roles and Responsibilities

  • πŸ›‘οΈ Admin: Manage users and courses, view analytics.
  • πŸ‘©β€πŸ« Instructor: Create and manage courses, grade assignments.
  • πŸ‘¨β€πŸŽ“ Student: Enroll in courses, complete assignments, and track progress.

πŸ€” Challenges Faced

  • πŸ” Implementing secure role-based access control.
  • πŸ“± Ensuring responsive design across devices.
  • ⚑ Optimizing backend for scalability and performance.

πŸ“ˆ Project Impact & Roadmap

This project demonstrates full-stack development expertise with production-ready features. The architecture is designed for scalability, security, and maintainability.

🎯 Planned Enhancements:

Phase 2 - Advanced Features:

  • Real-time progress analytics dashboard
  • AI-powered course recommendations
  • Peer-to-peer learning community
  • Subscription & payment integration

Phase 3 - Scale & Performance:

  • Microservices architecture migration
  • Redis caching layer
  • Elasticsearch integration for search
  • Mobile app (React Native)

🀝 Open to Collaboration

This is a production-grade codebase open for contributions and collaboration. If you're interested in:

  • Learning full-stack development with real industry practices
  • Contributing to an active project that impacts education
  • Building features that serve thousands of users
  • Code reviews and mentorship from experienced developers

Get Started:

git clone https://github.com/abhishekprajapatt/rabbit.git
cd rabbit
npm install
npm run dev

πŸ“§ Connect & Opportunities

  • Have ideas? Open an issue or discussion
  • Found a bug? Submit a detailed bug report
  • Want to collaborate? Reach out on GitHub
  • Interested in internship/job opportunities? Check the repository discussions

Built with ❀️ as a full-stack learning platform

About

🐰 Rabbit - A Full-Stack Learning Management System (LMS) with secure payments, course management, role-based access, and student progress tracking. Built using MERN Stack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors