Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinmaykaitade/learning-management-system-server

Backend code for Learning Management System
https://github.com/chinmaykaitade/learning-management-system-server

cloudinary expressjs jwt-authentication mongoose multer nodejs smtp-server

Last synced: about 1 month ago
JSON representation

Backend code for Learning Management System

Awesome Lists containing this project

README

        

# Learning Management System Server

### Dependencies Installed

```bash
npm install bcryptjs cloudinary cookie-parser cors dotenv express jsonwebtoken mongoose morgan multer nodemailer razorpay
```

```bash
npm install -D nodemon
```

## 01. Introduction ✅

## 02. User Module ✅

## 03. User Module (Reset, Forgot, Change Password, Update Password) ✅

## 04. Course Module (List Courses, List Lectures) ✅

## 05. Course Module (Create, Edit, Delete, Add Lectures) ✅

## 06. Payment Module ✅