{"id":26914449,"url":"https://github.com/ambitiousflowdev/e-library","last_synced_at":"2026-02-28T07:32:11.369Z","repository":{"id":275364708,"uuid":"923831240","full_name":"AmbitiousFlowDev/E-Library","owner":"AmbitiousFlowDev","description":"This project is an advanced library management system designed to streamline library operations, including book search, reservations, user management, and more.","archived":false,"fork":false,"pushed_at":"2025-03-14T11:28:18.000Z","size":67375,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T21:13:28.570Z","etag":null,"topics":["mysql","react","sonarcloud","sonarqube","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/AmbitiousFlowDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-01-28T22:31:17.000Z","updated_at":"2025-03-14T11:28:23.000Z","dependencies_parsed_at":"2025-03-20T02:15:26.222Z","dependency_job_id":null,"html_url":"https://github.com/AmbitiousFlowDev/E-Library","commit_stats":null,"previous_names":["0xkyle-byte/alms","0xsikrox/alms","oxsikrox/alms","oxsikrox/e-library","mohamed-lafrouh/e-library","ambitiousflowdev/e-library"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FE-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FE-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FE-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FE-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmbitiousFlowDev","download_url":"https://codeload.github.com/AmbitiousFlowDev/E-Library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246679069,"owners_count":20816402,"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":["mysql","react","sonarcloud","sonarqube","spring-boot"],"created_at":"2025-04-01T17:23:24.198Z","updated_at":"2026-02-28T07:32:11.320Z","avatar_url":"https://github.com/AmbitiousFlowDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Library Management System\n\n![Spring Boot](https://img.shields.io/badge/Spring%20Boot-6DB33F?style=for-the-badge\u0026logo=spring\u0026logoColor=white) ![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB) ![GitHub Actions](https://img.shields.io/badge/GitHub%20Actions-2088FF?style=for-the-badge\u0026logo=github-actions\u0026logoColor=white) ![SonarQube](https://img.shields.io/badge/SonarQube-4E9BCD?style=for-the-badge\u0026logo=sonarqube\u0026logoColor=white)\n\n**This project is an advanced library management system designed to streamline library operations, including book search, reservations, user management, and more. The backend is built using **Spring Boot**, and the frontend is developed with **React**. Below is an overview of the project structure, features, and setup instructions.**\n\n## Table of Contents\n1. [Project Overview](#project-overview)\n2. [Features](#features)\n3. [Technologies Used](#technologies-used)\n4. [Backend (Spring Boot)](#backend-spring-boot)\n5. [Frontend (React)](#frontend-react)\n6. [Database](#database)\n7. [Setup Instructions](#setup-instructions)\n8. [Contributing](#contributing)\n9. [License](#license)\n\n## Project Overview\n\nThe **Advanced Library Management System** is a web application that provides functionalities for both library users and librarians. It allows users to search for books, view details, and reserve books online. Librarians can manage books, users, and track borrowings and returns.\n\n## Features\n\n### User Features\n- Search for books by title, author, category, or availability.\n- View book details (summary, author, available copies).\n- Reserve books online.\n\n### Librarian Features\n- Add, update, and delete books in the library.\n- Manage users (register, delete).\n- Track book borrowings and returns.\n\n### System Features\n- Book reservation with time limits.\n- Notifications for overdue books.\n- Secure authentication and role-based access control.\n\n\n## Technologies Used\n\n### Backend (Spring Boot)\n- **Dependencies**:\n  - Spring Security\n  - Spring Web\n  - Lombok\n  - Spring Data JPA\n  - MySQL Connector/J\n  - Spring DevTools\n\n### Frontend (React)\n- **Dependencies**:\n  - React Router DOM\n  - Redux Toolkit\n  - React Redux\n  - Axios\n\n### Database\n- MySQL\n\n\n## Backend (Spring Boot)\n\nThe backend is built using Spring Boot and provides RESTful APIs for the frontend. Key functionalities include:\n- User authentication and authorization using Spring Security.\n- CRUD operations for books and users.\n- Integration with MySQL for data persistence.\n\n\n## Frontend (React)\n\nThe frontend is a single-page application (SPA) built with React. Key features include:\n- Dynamic routing with React Router DOM.\n- State management using Redux Toolkit.\n- API communication using Axios.\n- Responsive and user-friendly UI.\n\n\n\n## Database\n\nThe application uses a MySQL database to store:\n- User information (credentials, roles).\n- Book details (title, author, summary, available copies).\n- Borrowing and reservation records.\n\n\n\n## Setup Instructions\n\n### Prerequisites\n- Java Development Kit (JDK) 17 or higher.\n- Node.js and npm installed.\n- MySQL Server installed and running.\n\n### Backend Setup\n1. Clone the repository:\n   \n   ```bash\n   git clone https://github.com/0xSikrox/ALMS.git\n   ```\n3. Navigate to the backend directory:\n   \n   ```bash\n   cd backend\n   ```\n5. Update the `application.properties` file with your MySQL credentials:\n   \n   ```properties\n   spring.datasource.url=jdbc:mysql://localhost:3306/library_db\n   spring.datasource.username=your-username\n   spring.datasource.password=your-password\n   ```\n7. Run the Spring Boot application:\n   \n   ```bash\n   ./mvnw spring-boot:run\n   ```\n\n### Frontend Setup\n1. Navigate to the frontend directory:\n   \n   ```bash\n   cd frontend\n   ```\n3. Install dependencies:\n   \n   ```bash\n   npm install\n   ```\n5. Start the React development server:\n   \n   ```bash\n   npm start\n   ```\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Commit your changes.\n4. Submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambitiousflowdev%2Fe-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambitiousflowdev%2Fe-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambitiousflowdev%2Fe-library/lists"}