Skip to content

Repository files navigation

NestJS LMS Platform By Akshay Mandliya

This project is a Learning Management System (LMS) built with NestJS. It includes an authentication system with Role-Based Access Control (RBAC) and JWT-based authentication. The platform allows users to register, log in, and perform actions based on their roles.


Features

  • Authentication System:

    • User registration and login.
    • Password hashing using bcrypt.
    • JWT-based authentication for secure access.
    • Refresh Token Implemented.
  • Role-Based Access Control (RBAC):

    • Role-based permissions using custom @Roles decorator.
    • Guards to restrict access to specific routes based on roles.
  • Course Management:

    • CRUD operations for courses.
    • Role-based access to course creation, updates, and deletion.
  • MongoDB Integration:

    • MongoDB Atlas or local MongoDB database support.
    • Mongoose for schema modeling and database operations.

Technologies Used

  • NestJS: A progressive Node.js framework for building efficient and scalable server-side applications.
  • MongoDB: NoSQL database for storing user and course data.
  • Mongoose: ODM for MongoDB.
  • JWT: JSON Web Tokens for authentication.
  • bcrypt: For password hashing.
  • TypeScript: Type-safe development.

Installation

  1. Clone the repository:
    git clone <repository-url>
    cd nestjs-lms

About

A Auth Application for Learning using Nestjs Framework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages