{"id":25773065,"url":"https://github.com/sharifuzzamanshaon/lms-app-backend","last_synced_at":"2026-02-12T09:34:07.504Z","repository":{"id":265198303,"uuid":"887239890","full_name":"SharifuzzamanShaon/LMS-APP-Backend","owner":"SharifuzzamanShaon","description":"A modern learning platform built with Node.js, Express.js, Next.js, React-Redux, and RTK Query. It features real-time notifications and uses Redis for in-memory caching to optimize performance. The app provides a seamless user experience with efficient data management and scalable architecture.","archived":false,"fork":false,"pushed_at":"2025-02-24T15:55:41.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T16:51:42.550Z","etag":null,"topics":["cloudinary","cookie","ejs","expressjs","jwt","mongodb","node","redis","rest-api","role-based-access-control","socket-io","token"],"latest_commit_sha":null,"homepage":"https://skillsage-6v3g.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SharifuzzamanShaon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-12T12:07:31.000Z","updated_at":"2025-02-24T15:55:44.000Z","dependencies_parsed_at":"2025-02-24T17:03:20.097Z","dependency_job_id":null,"html_url":"https://github.com/SharifuzzamanShaon/LMS-APP-Backend","commit_stats":null,"previous_names":["sharifuzzamanshaon/lms-backend","sharifuzzamanshaon/lms-app-backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharifuzzamanShaon%2FLMS-APP-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharifuzzamanShaon%2FLMS-APP-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharifuzzamanShaon%2FLMS-APP-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharifuzzamanShaon%2FLMS-APP-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SharifuzzamanShaon","download_url":"https://codeload.github.com/SharifuzzamanShaon/LMS-APP-Backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240978739,"owners_count":19887922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudinary","cookie","ejs","expressjs","jwt","mongodb","node","redis","rest-api","role-based-access-control","socket-io","token"],"created_at":"2025-02-27T04:30:49.865Z","updated_at":"2026-02-12T09:34:02.476Z","avatar_url":"https://github.com/SharifuzzamanShaon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning Management App [Backend API]\n\nA modern learning management system built with Node.js, Next.js, MongoDB, and Redis. This application provides a comprehensive platform for managing and delivering educational content, featuring real-time notifications, efficient data caching, and a user-friendly interface.\n\n## Features\n\n- **User Management**: Handles user roles, authentication, and authorization.\n- **Course Management**: Enables creation, updating, and management of courses and content.\n- **Real-time Notifications**: Keeps users updated with the latest information using WebSockets.\n- **Conversation [Chats]: Connect with other students and group\n- **Chatting Features**: Real-time chat functionality implemented with Socket.IO.\n- **Efficient Caching**: Utilizes Redis for improved performance and scalability.\n- **Modern UI**: Built with Next.js for a responsive and engaging user experience.\n- **Email \u0026 OTP Verification**: Ensures secure account verification.\n\n## Installation\n   ### Backend\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/SharifuzzamanShaon/LMS_Tech_App.git\n   cd learning-management-app\n\n\n2. **Install npm**\n\n   ```bash\n   npm install\n\n3. **ENV file in root dir**\n    ```\n    MONGO_URI=your_mongodb_connection_string\n    REDIS_URL=your_redis_connection_string\n    JWT_SECRET=your_jwt_secret\n\n   \n    SMTP_HOST = smtp-relay.brevo.com\n    SMTP_USER = md*****@gmail.com\n    SMTP_PASSWORD = ** *** *** *\n\n    FROM_EMAIL = md********@gmail.com\n    CLIENT_URL = http://*******\n\n    CLOUD_NAME = daaxwtbba\n    API_KEY = ************\n    API_SECRET = CT9o3mEVvEQ0Dp1kbNNMFfg-BMI\n    REDIS_URL = 'redis://   default:Ab****YzZmJlMmVkYzQ0ZjNlYjMyZjFiM2I4N2FmMzdhYXAxMA@strong-rabbit-***805.upstash.io:6379'\n\n    ACC_ACTIVATION_SECRETKEY = 'MmVkYzQ0ZjNl'\n\n    ACCESS_TOKEN_KEY= '***************'\n    REFRESH_TOKEN_KEY = '**************'\n\n    ACCESS_TOKEN_EXPIRE = 5 # define the hours\n    REFRESH_TOKEN_EXPIRE = 3 # define the day\n\n  ### Frontend\n**Start the Frontend Application**\n\n    \n    cd client/my-app\n    npm run dev\n## Additional Information\n\n- **Real-Time Communication**: This project includes real-time communication features developed with [Socket.IO](https://socket.io/) for enhanced interactivity and seamless data communication.\n- **User Authentication**: Supports email and OTP verification to ensure account security.\n- **UI Frameworks**: Built with [Tailwind CSS](https://tailwindcss.com/) and [Material UI](https://mui.com/) for a responsive and visually engaging interface.\n\n## Deployment Link\n\nAccess the live application here: [SkillSage Live Application](https://skillsage-6v3g.onrender.com)\n\n## Note\n\nThis project continuously evolves, and future updates will add new features.\n\n---\n# SkillSage Project\n\nSkillSage is a platform for connecting freelance examiners, companies, and candidates. Below are the UML diagrams for the project:\n\nThank you for exploring\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharifuzzamanshaon%2Flms-app-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharifuzzamanshaon%2Flms-app-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharifuzzamanshaon%2Flms-app-backend/lists"}