{"id":14986490,"url":"https://github.com/kayange123/books-management-system","last_synced_at":"2026-03-15T09:52:36.875Z","repository":{"id":247082378,"uuid":"824911539","full_name":"Kayange123/books-management-system","owner":"Kayange123","description":"The Books Management System is a comprehensive platform designed to manage and organize book collections efficiently. It caters to libraries, bookstores, and individual book enthusiasts by providing tools for cataloging, tracking, and maintaining a database of books. ","archived":false,"fork":false,"pushed_at":"2024-07-20T07:33:56.000Z","size":259,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T08:40:23.612Z","etag":null,"topics":["angular","bootstrap","javamailsender","openapi","spring-boot","spring-security"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Kayange123.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-07-06T09:26:43.000Z","updated_at":"2024-07-20T07:34:00.000Z","dependencies_parsed_at":"2024-09-25T00:31:21.318Z","dependency_job_id":null,"html_url":"https://github.com/Kayange123/books-management-system","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"54358c9543bd1afc7808406f4fc9b035eee495e9"},"previous_names":["kayange123/books-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Fbooks-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Fbooks-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Fbooks-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Fbooks-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kayange123","download_url":"https://codeload.github.com/Kayange123/books-management-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243364782,"owners_count":20279211,"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":["angular","bootstrap","javamailsender","openapi","spring-boot","spring-security"],"created_at":"2024-09-24T14:12:57.164Z","updated_at":"2025-12-26T09:32:18.917Z","avatar_url":"https://github.com/Kayange123.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Books Management System\n\nThe Books Management System is a comprehensive platform designed to manage and organize book collections efficiently. It caters to libraries, bookstores, and individual book enthusiasts by providing tools for cataloging, tracking, and maintaining a database of books. The system offers features like book registration, borrowing, returning, and searching capabilities, making it easier to manage large collections and enhance user experience.\n\n## Features\n\n- **Book Cataloging**: Easily add, edit, and delete book records with detailed information such as title, author, genre, and publication year.\n- **Borrowing and Returning**: Manage the lending process with options to track borrowed books, due dates, and return statuses.\n- **User Management**: Handle multiple user roles with varying permissions, including administrators, librarians, and patrons.\n- **Search and Filter**: Quickly find books using advanced search and filtering options based on various criteria.\n- **Notifications**: Receive alerts and notifications for due dates, overdue books, and system updates.\n- **Reports and Analytics**: Generate insightful reports on book usage, borrowing trends, and user activity.\n\n## Technologies Used\n\n- **Backend**: Built with Spring Boot, providing a robust and scalable server-side application.\n- **Frontend**: Developed using Angular, offering a dynamic and responsive user interface.\n- **Database**: Utilizes PostgreSQL for data storage, ensuring reliable and efficient data management.\n- **Authentication**: Secured with JWT-based authentication for user login and access control.\n\n## Installation\n\n### Prerequisites\n\nEnsure you have the following software installed on your machine:\n\n- Java Development Kit (JDK) 11 or higher\n- Maven\n- Node.js and npm\n- PostgreSQL\n- Optional Docker Desktop (with postgres and maildev/maildev images)\n\n### Backend Setup\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/Kayange123/books-management-system.git\n   cd books-management-system/backend\n\n2. **Configure the database:**\nUpdate the database configuration in src/main/resources/application.example.properties:\n  ```sh\n  spring.datasource.url=jdbc:postgresql://localhost:5432/your-database\n  spring.datasource.username=your-username\n  spring.datasource.password=your-password\n  spring.jpa.hibernate.ddl-auto=update\n  ```\n  \n3. **Build the backend:**\n```sh\nCopy code\nmvn clean install\n```\n\n4. **Run the backend:**\n```sh\nmvn spring-boot:run\n```\n\nThe backend server should now be running on `http://localhost:8080`.\n\n## Frontend Setup\n\nNavigate to the frontend directory:\n\n```sh\ncd /booker-ui\n```\n\nInstall Angular CLI globally if you haven't already:\n\n```sh\nnpm install -g @angular/cli\n```\n\nInstall dependencies:\n\n```sh\nnpm install\n```\n\nRun the frontend:\n\n```sh\nng serve\n```\n\nThe frontend application should now be running on `http://localhost:4200`.\n\n## Configuration\n\nBackend: Configure the backend application properties in `src/main/resources/application.properties.`\nFrontend: Configure the frontend environment variables in `src/environments/environment.ts`.\n\n## Usage\nOpen your web browser and navigate to `http://localhost:4200`.\nLog in using your credentials (if applicable).\nManage book records, handle borrowing and returning processes, and generate reports.\n\n## Contributing\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes and commit them (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a new Pull Request.\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Acknowledgements\nWe would like to thank all contributors and the open-source community for their valuable support and resources.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayange123%2Fbooks-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayange123%2Fbooks-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayange123%2Fbooks-management-system/lists"}