{"id":24206305,"url":"https://github.com/vaibhav-rm/library-management-system","last_synced_at":"2025-09-22T04:33:28.840Z","repository":{"id":254130107,"uuid":"845074266","full_name":"vaibhav-rm/Library-Management-System","owner":"vaibhav-rm","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-18T18:01:27.000Z","size":1146,"stargazers_count":5,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-27T04:16:11.824Z","etag":null,"topics":["hacktober","hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","hacktoberfest2024"],"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/vaibhav-rm.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-08-20T14:28:38.000Z","updated_at":"2024-10-22T20:39:39.000Z","dependencies_parsed_at":"2024-08-21T16:19:29.903Z","dependency_job_id":"051a826f-26ad-4d63-9a05-d1d31001d834","html_url":"https://github.com/vaibhav-rm/Library-Management-System","commit_stats":null,"previous_names":["vaibhav-rm/library-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vaibhav-rm/Library-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhav-rm%2FLibrary-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhav-rm%2FLibrary-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhav-rm%2FLibrary-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhav-rm%2FLibrary-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaibhav-rm","download_url":"https://codeload.github.com/vaibhav-rm/Library-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhav-rm%2FLibrary-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276347148,"owners_count":25626597,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hacktober","hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","hacktoberfest2024"],"created_at":"2025-01-14T00:19:59.941Z","updated_at":"2025-09-22T04:33:28.469Z","avatar_url":"https://github.com/vaibhav-rm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Library Management System\n\n## Project Overview\n\nThis project is a Library Management System built using React for the frontend and Node.js for the backend. It allows users to manage books, users, and lending processes efficiently.\n\n## Tech Stack\n\n- **Frontend:** React, Vite, TailWindCss\n- **Backend:** Node.js, Express\n- **Database:** MongoDB \n\n## Getting Started\n\n### Prerequisites\n\n- Node.js installed on your machine\n- npm (Node Package Manager) should be included with Node.js\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/vaibhav-rm/Library-management-system.git\n   cd Library-management-system\n   ```\n\n2. Install dependencies for the frontend:\n\n   ```bash\n   npm install\n   ```\n\n3. Install dependencies for the backend:\n\n   ```bash\n   cd backend\n   npm install\n   ```\n\n### Running the Application\n\n#### Frontend\n\nTo run the frontend, use the following command (by default runs at `http://localhost:8000`):\n\n```bash\nnpm run dev\n```\n\nThis will start the Vite development server, and you can access the application at `http://localhost:5173`.\n\n#### Backend\n\nTo run the backend, first, navigate to the backend directory:\n\n```bash\ncd backend\n```\n\nThen, run the following command:\n\n```bash\nnpm run dev\n```\n\nThis will start the Node.js server, and you can access the API endpoints as specified in the backend code.\n\n## Features\n\n- User authentication (login/register)\n- Book management (add, remove, update, view)\n- User management (add, remove, update, view)\n- Lending management (track borrowed books, due dates, etc.)\n\n## Contributing\n\nIf you want to contribute to this project, feel free to fork the repository and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n## Screenshots\n\n![Login Screenshot](./images/login_page.png)\n\n### Admin Login\n\n![Admin Dashboard](./images/admin_page.png)\n![Book Management](./images/book_management.png)\n\n### Student Login\n\n![Home page](./images/student_page.png)\n![Books](./images/books_page.png)\n\n## API Reference\n\n#### Api url\n\n```http\n http://localhost:8000/api/v1/{ENDPOINT}\n```\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n| `ENDPOINT` | `string` | **Required**. which resoruce you want to use |\n\n## For more information visit Project Documentation\n\n - [LMS Documentation]()\n - [Api Documentation]()\n\n## Acknowledgements\n\n- [React](https://reactjs.org/)\n- [Node.js](https://nodejs.org/)\n- [MongoDB](https://www.mongodb.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhav-rm%2Flibrary-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaibhav-rm%2Flibrary-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhav-rm%2Flibrary-management-system/lists"}