{"id":29013219,"url":"https://github.com/softengmuhammadali/edu-zone","last_synced_at":"2025-06-25T19:10:27.862Z","repository":{"id":301056604,"uuid":"1001938334","full_name":"SoftEngMuhammadAli/Edu-Zone","owner":"SoftEngMuhammadAli","description":"A modern, full-stack Learning Management System (LMS) built using the MERN stack, designed to support students, teachers, and administrators with a seamless learning experience.","archived":false,"fork":false,"pushed_at":"2025-06-24T23:11:13.000Z","size":3940,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T00:20:42.660Z","etag":null,"topics":["express","frontend","mongodb","nodejs","react","responsive-web-design","tailwind-css"],"latest_commit_sha":null,"homepage":"https://edu-zone-eight.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/SoftEngMuhammadAli.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,"zenodo":null}},"created_at":"2025-06-14T11:10:12.000Z","updated_at":"2025-06-24T23:31:56.000Z","dependencies_parsed_at":"2025-06-25T00:31:37.306Z","dependency_job_id":null,"html_url":"https://github.com/SoftEngMuhammadAli/Edu-Zone","commit_stats":null,"previous_names":["softengmuhammadali/edu-zone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SoftEngMuhammadAli/Edu-Zone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2FEdu-Zone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2FEdu-Zone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2FEdu-Zone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2FEdu-Zone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftEngMuhammadAli","download_url":"https://codeload.github.com/SoftEngMuhammadAli/Edu-Zone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftEngMuhammadAli%2FEdu-Zone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937078,"owners_count":23232852,"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":["express","frontend","mongodb","nodejs","react","responsive-web-design","tailwind-css"],"created_at":"2025-06-25T19:10:27.191Z","updated_at":"2025-06-25T19:10:27.856Z","avatar_url":"https://github.com/SoftEngMuhammadAli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎓 EduZone – MERN Stack LMS\n\n**EduZone** is a modern, full-stack **Learning Management System (LMS)** built using the **MERN stack** — **MongoDB**, **Express.js**, **React.js**, and **Node.js**.\nThis monorepo includes both the **frontend client** and the **backend API**, designed to support students, teachers, and administrators with a seamless learning experience.\n\n---\n\n## 📁 Project Structure\n\n```\nEduZone/\n├── client/       # React.js Client – LMS Frontend\n├── server/       # Node.js + Express – Backend API\n└── README.md              # Project Overview \u0026 Setup Guide\n```\n\n---\n\n## 🚀 Getting Started\n\n### ✅ Prerequisites\n\nEnsure the following tools are installed on your system:\n\n- [Node.js](https://nodejs.org/) (v18 or later)\n- [MongoDB](https://www.mongodb.com/cloud/atlas) (local or cloud)\n- [Git](https://git-scm.com/)\n\n---\n\n## 🔧 Installation \u0026 Setup\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/SoftEngMuhammadAli/EduZone.git\ncd EduZone\n```\n\n---\n\n### 2. Setup \u0026 Run the Backend\n\n```bash\ncd server\nnpm install\nnpm run dev\n```\n\n🔐 Create a `.env` file in the `server/` directory with the following content:\n\n```env\nPORT=5000\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret_key\n```\n\n---\n\n### 3. Setup \u0026 Run the Frontend\n\n```bash\ncd ../client\nnpm install\nnpm start\n```\n\n- Frontend: [http://localhost:3000](http://localhost:3000)\n- Backend: [http://localhost:5000](http://localhost:5000)\n\nEnsure both frontend and backend servers are running simultaneously.\n\n---\n\n## 💻 Tech Stack\n\n| Layer     | Technologies                            |\n| --------- | --------------------------------------- |\n| Frontend  | React.js, React Router, Axios           |\n| Backend   | Node.js, Express.js, JWT Authentication |\n| Database  | MongoDB, Mongoose                       |\n| Dev Tools | Git, VS Code, Postman                   |\n\n---\n\n## ✨ Key Features\n\n- 🔐 **JWT-based Authentication \u0026 Authorization**\n- 📚 **Course Management** – Add, update, and remove courses\n- 🧑‍🏫 **Role-Based Dashboards** – Separate interfaces for Admin, Teacher, and Student\n- 📝 **Assignments \u0026 Quizzes** – Create and manage learning tasks\n- 📊 **Progress Tracking** – Visualize student performance\n\n---\n\n## 🚧 Project Status\n\n| Module       | Status         |\n| ------------ | -------------- |\n| Folder Setup | ✅ Completed   |\n| Backend API  | ⚙️ In Progress |\n| Frontend UI  | ⚙️ In Progress |\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions from the community!\n\n1. **Fork** the repository\n2. **Create** your feature branch:\n\n   ```bash\n   git checkout -b feature-name\n   ```\n\n3. **Commit** your changes:\n\n   ```bash\n   git commit -m \"Add feature\"\n   ```\n\n4. **Push** the branch:\n\n   ```bash\n   git push origin feature-name\n   ```\n\n5. **Open a Pull Request**\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftengmuhammadali%2Fedu-zone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftengmuhammadali%2Fedu-zone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftengmuhammadali%2Fedu-zone/lists"}