https://github.com/thutasann/mern_lms
MERN project for exploring advanced mongoose and socket concepts
https://github.com/thutasann/mern_lms
expressjs mongoose nextjs redis socket-io xor
Last synced: 3 months ago
JSON representation
MERN project for exploring advanced mongoose and socket concepts
- Host: GitHub
- URL: https://github.com/thutasann/mern_lms
- Owner: thutasann
- Created: 2024-11-09T17:48:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-07T12:53:11.000Z (over 1 year ago)
- Last Synced: 2025-01-21T14:47:33.779Z (over 1 year ago)
- Topics: expressjs, mongoose, nextjs, redis, socket-io, xor
- Language: TypeScript
- Homepage:
- Size: 665 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN LMS
MERN Stack LMS focused on the backend with
- Nodejs
- Expressjs
- Socket.io
- Mongodb
- Redis
- Upstash
- Nextjs
## Folder Structure
| App | Source |
| ------------------- | ---------------------------- |
| Main Backend Server | [Source](./server/server.ts) |
| Main Socket Server | [Source](./server/socket.ts) |
## Docs
- [Mongo Operators](./server/docs/mongo-operators.md)
- [Nodejs Scripts](./server/docs/useful-scripts.md)