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

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

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)