{"id":19722729,"url":"https://github.com/ateeqrana7/bookmanagementsystem","last_synced_at":"2025-05-08T00:05:34.654Z","repository":{"id":176985118,"uuid":"659821111","full_name":"AteeqRana7/bookmanagementsystem","owner":"AteeqRana7","description":"This is a simple book management system built with React.js and Node.js. It allows users to perform CRUD (Create, Read, Update, Delete) operations on a collection of books. The system consists of a frontend developed with React.js for the user interface and a backend implemented with Node.js for handling data storage and retrieval.","archived":false,"fork":false,"pushed_at":"2023-09-12T11:43:31.000Z","size":678,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T00:05:25.003Z","etag":null,"topics":["full-stack-web-development","fullstack-development","javascript","mern-stack","mongodb","nodejs","react","webapp","website"],"latest_commit_sha":null,"homepage":"","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/AteeqRana7.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-06-28T16:21:03.000Z","updated_at":"2024-10-23T13:16:34.000Z","dependencies_parsed_at":"2025-01-10T16:25:29.725Z","dependency_job_id":"629504a0-a25c-43b4-af00-868a49269e3a","html_url":"https://github.com/AteeqRana7/bookmanagementsystem","commit_stats":null,"previous_names":["ateeqrana7/bytewise-final-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AteeqRana7%2Fbookmanagementsystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AteeqRana7%2Fbookmanagementsystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AteeqRana7%2Fbookmanagementsystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AteeqRana7%2Fbookmanagementsystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AteeqRana7","download_url":"https://codeload.github.com/AteeqRana7/bookmanagementsystem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973690,"owners_count":21834108,"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":["full-stack-web-development","fullstack-development","javascript","mern-stack","mongodb","nodejs","react","webapp","website"],"created_at":"2024-11-11T23:18:17.087Z","updated_at":"2025-05-08T00:05:34.637Z","avatar_url":"https://github.com/AteeqRana7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Management System\n\nThis is a simple book management system built with React.js and Node.js. It allows users to perform CRUD (Create, Read, Update, Delete) operations on a collection of books. The system consists of a frontend developed with React.js for the user interface and a backend implemented with Node.js for handling data storage and retrieval.\n\n# Features\n\n\u003cul\u003e\n  \u003cli\u003eView a list of books with their details\u003c/li\u003e\n  \u003cli\u003eAdd a new book to the collection\u003c/li\u003e\n  \u003cli\u003eUpdate existing book details\u003c/li\u003e\n   \u003cli\u003eDelete a book from the collection\u003c/li\u003e\n\u003c/ul\u003e\n\n# Prerequisites\n\nBefore running this application, make sure you have the following software installed:\n\n\u003col\u003e\n  \u003cli\u003eNode.js: Download Node.js\u003c/li\u003e\n  \u003cli\u003enpm (Node Package Manager): This comes bundled with Node.js installation\u003c/li\u003e\n\u003c/ol\u003e\n\n# Getting Started\n\nFollow these steps to get the book management system up and running on your local machine.\n\nClone the repository:\n\n\u003col\u003e\n  \u003cli\u003egit clone https://github.com/AteeqRana7/book-management-system/tree/master\u003c/li\u003e\n\u003c/ol\u003e\n\nNavigate to the project directory:\n\n\u003col\u003e\n  \u003cli\u003ecd book-management-system\u003c/li\u003e\n\u003c/ol\u003e\n\nInstall the dependencies for both the frontend and backend:\n\nInstall frontend dependencies\n\n\u003col\u003e\n  \u003cli\u003ecd client\u003c/li\u003e\n  \u003cli\u003enpm install\u003c/li\u003e\n\u003c/ol\u003e\n\nInstall backend dependencies\n\n\u003col\u003e\n  \u003cli\u003ecd ../server\u003c/li\u003e\n    \u003cli\u003enpm install\u003c/li\u003e\n\u003c/ol\u003e\n\nStart the development server for the frontend and backend:\n\n\u003col\u003e\n  Start frontend development server\n  \u003cli\u003ecd client\u003c/li\u003e\n   \u003cli\u003enpm start\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003col\u003e\n  Start backend server\n  \u003cli\u003ecd ../server\u003c/li\u003e\n  \u003cli\u003enpm start\u003c/li\u003e\n\u003c/ol\u003e\nAccess the application\nOpen your browser and visit http://localhost:3000 to access the book management system.\n\n# Folder Structure\n\nThe project is structured as follows:\n\n\u003cul\u003e\n  \u003cli\u003ebook-management-system/client/         # Frontend code\u003c/li\u003e\n  \u003cli\u003ebook-management-system/server/         # Backend code\u003c/li\u003e\n  \u003cli\u003ebook-management-system/README.md       # Project documentation\u003c/li\u003e\n\u003c/ul\u003e\n\nThe client directory contains all the code related to the frontend React.js application, while the server directory contains the backend Node.js application.\n\n# Technologies Used\n\nThe book management system is built using the following technologies:\n\nFrontend:\n\n\u003cul\u003e\n  \u003cli\u003eReact.js: JavaScript library for building user interfaces\u003c/li\u003e\n  \u003cli\u003eReact Router: Declarative routing for React applications\u003c/li\u003e\n  \u003cli\u003eAxios: Promise-based HTTP client for making API requests\u003c/li\u003e\n\u003c/ul\u003e\n\nBackend:\n\n\u003cul\u003e\n  \u003cli\u003eNode.js: JavaScript runtime for server-side development\u003c/li\u003e\n  \u003cli\u003eExpress: Web application framework for Node.js\u003c/li\u003e\n\u003c/ul\u003e\n\n# API Endpoints\n\nThe backend provides the following API endpoints:\n\n\u003cul\u003e\n  \u003cli\u003eGET /books: Get a list of all books\u003c/li\u003e\n  \u003cli\u003eGET /editBook/:id : Get a specific book by ID to edit it\u003c/li\u003e\n   \u003cli\u003ePOST /addBook: Add a new book\u003c/li\u003e\n  \u003cli\u003ePUT /editBook/:id : Update a book by ID\u003c/li\u003e\n  \u003cli\u003eDELETE /books/:id : Delete a book by ID\u003c/li\u003e\n\u003c/ul\u003e\n\n# Contributing\n\nContributions to the book management system are always welcome. If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.\n\n# License\n\nThis project is licensed under the MIT License.\n\n# Acknowledgments\n\nThe book management system is inspired by various CRUD examples available in the React.js and Node.js communities.\nSpecial thanks to the open-source contributors whose libraries and frameworks are used in this project.\n\n# Contact\n\nFor any inquiries or questions, feel free to contact the project maintainer:\n\nName: Ateeq Rana\nEmail: ateeq.rana98@gmail.com\nGitHub: @AteeqRana7\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fateeqrana7%2Fbookmanagementsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fateeqrana7%2Fbookmanagementsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fateeqrana7%2Fbookmanagementsystem/lists"}