{"id":20172461,"url":"https://github.com/princeinscripts/lms-website","last_synced_at":"2026-04-10T04:36:09.619Z","repository":{"id":211397271,"uuid":"727679518","full_name":"PrinceInScripts/LMS-Website","owner":"PrinceInScripts","description":"A comprehensive web application for managing online learning resources, courses, assignments, and student progress, enhancing remote education experiences.","archived":false,"fork":false,"pushed_at":"2024-01-16T11:04:11.000Z","size":52399,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T15:50:47.470Z","etag":null,"topics":["axios","bcrypt","bcryptjs","chartjs","cloudinary","cookie-parser","cors","dotenv","express","jwt-authentication","mongodb","mongoose","multer","nodejs","nodemailer","nodemon","react","react-router","redux-toolkit","vite"],"latest_commit_sha":null,"homepage":"https://learning-blue.vercel.app/","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/PrinceInScripts.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":"2023-12-05T11:01:22.000Z","updated_at":"2024-04-10T10:21:28.000Z","dependencies_parsed_at":"2024-01-07T09:26:15.459Z","dependency_job_id":"6f504237-a6a3-4613-9075-140049a4d9a1","html_url":"https://github.com/PrinceInScripts/LMS-Website","commit_stats":null,"previous_names":["princeinscripts/lms-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinceInScripts%2FLMS-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinceInScripts%2FLMS-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinceInScripts%2FLMS-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinceInScripts%2FLMS-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrinceInScripts","download_url":"https://codeload.github.com/PrinceInScripts/LMS-Website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241607783,"owners_count":19989963,"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":["axios","bcrypt","bcryptjs","chartjs","cloudinary","cookie-parser","cors","dotenv","express","jwt-authentication","mongodb","mongoose","multer","nodejs","nodemailer","nodemon","react","react-router","redux-toolkit","vite"],"created_at":"2024-11-14T01:30:46.459Z","updated_at":"2025-12-30T19:04:19.310Z","avatar_url":"https://github.com/PrinceInScripts.png","language":"JavaScript","readme":"\u003cH1 align =\"center\" \u003e About Learning Management System (LMS) projec  \u003c/h1\u003e\n\u003cbr/\u003e\n\n  * [Configuration and Setup](#configuration-and-setup)\n  * [Key Features](#key-features)\n  * [Technologies used](#technologies-used)\n      - [Frontend](#frontend)\n      - [Backend](#backend)\n      - [Database](#database)\n  * [📸 Screenshots](#screenshots)\n\n## Configuration and Setup\n\nIn order to run this project locally, simply fork and clone the repository or download as zip and unzip on your machine.\n\n- Open the project in your prefered code editor.\n- Go to terminal -\u003e New terminal (If you are using VS code)\n- Split your terminal into two (run the Frontend on one terminal and the Backend on the other terminal)\n\nIn the first terminal\n\n```\n$ cd client\n$ npm install (to install frontend-side dependencies)\n$ npm run  start (to start the frontend)\n```\n\nIn the second terminal\n\n- cd backend and Set environment variables in config.env under ./config\n- Create your mongoDB connection url, which you'll use as your MONGO_URI\n- Supply the following credentials\n\n```\n#  ---  Config.env  ---\n\nNODE_ENV = development\nPORT =5000\nFRONTEND_URL =http://localhost:3000\nMONGO_URL =\nJWT_SECRET =\nJWT_EXPIRY = 60m\n\nCONTACT_US_EMAIL\n\n#cloundinary\nCLOUDINARY_CLOUD_NAME = \nCLOUDINARY_API_KEY = \nCLOUDINARY_API_SECRET = \n\n# Nodemailer\nSMTP_HOST = \"smtp.gmail.com\"\nSMTP_PORT = \nSMTP_USERNAME = \nSMTP_PASSWORD = \nSMTP_FROM_EMAIL =\n\n# Razorpay\nRAZORPAY_KEY_ID = \nRAZORPAY_SECRET = \nRAZORPAY_PLAN_ID = \n\n\n```\n\n\n```\n# --- Terminal ---\n\n$ npm install (to install backend-side dependencies)\n$ npm start (to start the backend)\n```\n\n##  Key Features\n\n- User registration and login\n- Authentication using JWT Tokens\n- Redux Toolkit: State management for an intuitive and responsive user interface.\n- Tailwind CSS Line Clamp: Effortless text truncation for a clean and modern design.\n- Axios: Efficient HTTP client for smooth asynchronous data handling.\n- Upload user ımages and story ımages  to the server\n- Chart.js: Integrated charting capabilities for insightful data visualization.\n- Cloudinary: Streamlined media management for images and videos.\n- React-Router-Dom: Smooth navigation within the single-page application.\n- Responsive Design\n\n\u003cbr/\u003e\n\n##  Technologies used\n\nThis project was created using the following technologies.\n\n####  Frontend \n\n- [React js ](https://www.npmjs.com/package/react) - JavaScript library that is used for building user interfaces specifically for single-page applications\n- [React Hooks  ](https://reactjs.org/docs/hooks-intro.html) - For managing and centralizing application state\n- [react-router-dom](https://www.npmjs.com/package/react-router-dom) - To handle routing\n- [axios](https://www.npmjs.com/package/axios) - For making Api calls\n- [Css](https://developer.mozilla.org/en-US/docs/Web/CSS) - For User Interface\n- [CK-Editor](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/react.html) - Rich Text Editor \n- [React icons](https://react-icons.github.io/react-icons/) -\n Small library that helps you add icons  to your react apps.\n\n####  Backend \n\n- [Node js](https://nodejs.org/en/) -A runtime environment to help build fast server applications using JS\n- [Express js](https://www.npmjs.com/package/express) -The server for handling and routing HTTP requests\n- [Mongoose](https://mongoosejs.com/) - For modeling and mapping MongoDB data to JavaScript\n- [express-async-handler](https://www.npmjs.com/package/express-async-handler) - Simple middleware for handling exceptions inside of async express routes and passing them to your express error handlers \n- [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) - For authentication\n- [Bcryptjs](https://www.npmjs.com/package/bcryptjs) - For data encryption\n- [Nodemailer](https://nodemailer.com/about/) - Send e-mails from Node.js\n- [Dotenv](https://www.npmjs.com/package/dotenv) - Zero Dependency module that loads environment variables\n- [multer](https://www.npmjs.com/package/multer) - Node.js middleware for uploading files \n- [cors](https://www.npmjs.com/package/cors) - Provides a Connect/Express middleware\n\n\n####  Database \n\n - [MongoDB ](https://www.mongodb.com/) - It provides a free cloud service to store MongoDB collections.\n\n\n ##  Screenshots \n\n![1](https://github.com/PrinceInScripts/Blog-App/assets/124567410/8b308448-c9f7-4c70-8592-ab1291d91f34)\n![2](https://github.com/PrinceInScripts/Blog-App/assets/124567410/aa344acc-c1e9-4569-b86f-72a1a9749ffa)\n![3](https://github.com/PrinceInScripts/Blog-App/assets/124567410/823e4e0e-2ecd-4153-958a-6bde583fe90f)\n![4](https://github.com/PrinceInScripts/Blog-App/assets/124567410/d128ff59-ebbc-49b6-b282-76c26de5b621)\n![5](https://github.com/PrinceInScripts/Blog-App/assets/124567410/5f44173b-d261-4c30-a16b-50fd3b12f751)\n![6](https://github.com/PrinceInScripts/Blog-App/assets/124567410/0d9f798f-94bb-4dba-9529-3f6aaedd50f9)\n![7](https://github.com/PrinceInScripts/Blog-App/assets/124567410/f04ebfd3-91c1-4e18-9dac-f878747e8720)\n![8](https://github.com/PrinceInScripts/Blog-App/assets/124567410/9687a595-cfd1-49d8-a622-2420e5fbc247)\n![9](https://github.com/PrinceInScripts/Blog-App/assets/124567410/208e4744-035e-4322-be2e-35bd5e924208)\n![10](https://github.com/PrinceInScripts/Blog-App/assets/124567410/f63184f3-04eb-4827-b949-3791c3d655db)\n![11](https://github.com/PrinceInScripts/Blog-App/assets/124567410/315ea8d1-a93d-4822-a31c-ec16dd11bff3)\n![12](https://github.com/PrinceInScripts/Blog-App/assets/124567410/9965a2b4-e02b-42ee-af5c-862b25b32ca7)\n![13](https://github.com/PrinceInScripts/Blog-App/assets/124567410/557c82ca-18a2-409d-a9db-abb3b56792b0)\n![14](https://github.com/PrinceInScripts/Blog-App/assets/124567410/aad8ad74-a821-4cf0-9e10-53672af900e6)\n![15](https://github.com/PrinceInScripts/Blog-App/assets/124567410/27807e72-6cd3-4086-b9c1-5db9513d754a)\n![16](https://github.com/PrinceInScripts/Blog-App/assets/124567410/f3066d5e-fc2d-434e-a3d2-56083c3cea5a)\n![17](https://github.com/PrinceInScripts/Blog-App/assets/124567410/81262e44-f13b-4932-8a31-ddbfe5ce8b28)\n![18](https://github.com/PrinceInScripts/Blog-App/assets/124567410/fe61ed64-c4bf-43fd-962b-3fe224bb04ab)\n![19](https://github.com/PrinceInScripts/Blog-App/assets/124567410/c9efd642-dbb0-49da-bc1e-87f747661d1f)\n![20](https://github.com/PrinceInScripts/Blog-App/assets/124567410/263acb64-2e47-42df-8c5e-1c061828144b)\n![21](https://github.com/PrinceInScripts/Blog-App/assets/124567410/c019ad37-768e-4bcf-a57a-109ef51d348c)\n![22](https://github.com/PrinceInScripts/Blog-App/assets/124567410/a2c84d65-025e-44e3-86eb-076cf7bbb124)\n\n \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinceinscripts%2Flms-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprinceinscripts%2Flms-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinceinscripts%2Flms-website/lists"}