Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chinmaykaitade/learning-management-system-server
- Owner: ChinmayKaitade
- Created: 2024-12-11T05:57:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:43:05.000Z (about 1 month ago)
- Last Synced: 2024-12-18T15:26:59.508Z (about 1 month ago)
- Topics: cloudinary, expressjs, jwt-authentication, mongoose, multer, nodejs, smtp-server
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ✅