{"id":18234249,"url":"https://github.com/rjryt/school-management-system","last_synced_at":"2026-01-28T04:39:30.367Z","repository":{"id":258543605,"uuid":"870981433","full_name":"RJRYT/school-management-system","owner":"RJRYT","description":"The School Management System is a web application designed to facilitate the management of student details, library history, and fees history across various classes within a school. The system implements Role-Based Access Control (RBAC) to ensure that users can only access features relevant to their roles: School Admin, Office Staff, and Librarian.","archived":false,"fork":false,"pushed_at":"2024-10-24T09:15:08.000Z","size":817,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T20:51:24.003Z","etag":null,"topics":["expressjs","mern-stack","mongodb","nodejs","react","redux","redux-toolkit","school-management"],"latest_commit_sha":null,"homepage":"https://school-management-system-rjryt.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RJRYT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-11T03:11:30.000Z","updated_at":"2025-02-15T04:26:25.000Z","dependencies_parsed_at":"2024-10-21T13:20:16.989Z","dependency_job_id":null,"html_url":"https://github.com/RJRYT/school-management-system","commit_stats":null,"previous_names":["rjryt/school-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Fschool-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Fschool-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Fschool-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Fschool-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RJRYT","download_url":"https://codeload.github.com/RJRYT/school-management-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247850074,"owners_count":21006532,"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":["expressjs","mern-stack","mongodb","nodejs","react","redux","redux-toolkit","school-management"],"created_at":"2024-11-04T20:05:03.811Z","updated_at":"2026-01-28T04:39:30.341Z","avatar_url":"https://github.com/RJRYT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# School Management System\n\n## Project Description\n\nThe School Management System is a web application designed to facilitate the management of student details, library history, and fees history across various classes within a school. The system implements Role-Based Access Control (RBAC) to ensure that users can only access features relevant to their roles: School Admin, Office Staff, and Librarian.\n\n## Features\n\n- **User Authentication**: Secure login for different roles.\n- **CRUD Operations**: Manage student details, library history, and fees history.\n- **Role-Based Access Control**: Different access levels for Admin, Office Staff, and Librarians.\n- **Confirmation Dialogs**: Prevent accidental deletions or modifications.\n\n## Tech Stack\n\n- **Frontend**: React, Redux\n- **Backend**: Node.js, Express\n- **Database**: MongoDB\n- **State Management**: Redux for global state management\n\n## Setup Instructions\n\n### Prerequisites\n\n- Node.js (\u003e= 18.x)\n- MongoDB (local installation or Atlas)\n- Git\n\n### Backend Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/RJRYT/school-management-system.git\n   cd school-management-system/server\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n\n3. Create a `.env` file in the server directory with the following environment variables:\n\n    ```plaintext\n    PORT=5000\n    MONGODB_URI=your_mongodb_connection_string\n    JWT_SECRET=your_jwt_secret\n    ```\n\n4. Start the server:\n\n    ```bash\n    npm start\n    ```\n\n### Backend Setup\n\n1. Navigate to the frontend directory:\n\n    ```bash\n    cd ../client\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n\n3. Create a `.env` file in the `client` directory with the following environment variables:\n\n    ```plaintext\n    REACT_APP_API_URL=http://localhost:5000/api\n    ```\n\n4. Start the React application:\n\n    ```bash\n    npm start\n    ```\n\n## Deployment Instructions\n\n### Backend Deployment\n\n1. Deploy the backend on [Render](https://render.com).\n\n2. Configure environment variables as specified above.\n\n### Frontend Deployment\n\n1. Deploy the frontend on [Vercel](https://vercel.com).\n\n2. Set up the build settings and environment variables.\n\n### Demo\n\n[vercel.com](https://school-management-system-rjryt.vercel.app)\n\n- admin account: admin@gmail.com \n- password: admin\n\n## List of Used Libraries\n\n### Backend Libraries\n\n- express\n- mongoose\n- dotenv\n- jsonwebtoken\n- bcryptjs\n\n### Frontend Libraries\n\n- react\n- react-dom\n- react-router-dom\n- redux\n- axios\n\n## Video Presentation\n\n[Youtube](https://youtu.be/pjWPNRGWVMY)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjryt%2Fschool-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjryt%2Fschool-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjryt%2Fschool-management-system/lists"}