{"id":15068018,"url":"https://github.com/hardikaz/library_management_system","last_synced_at":"2026-02-14T19:32:16.605Z","repository":{"id":257057751,"uuid":"857010080","full_name":"Hardikaz/Library_Management_System","owner":"Hardikaz","description":"A full stack library management system with both admin and user login functionalities.","archived":false,"fork":false,"pushed_at":"2024-09-14T04:07:04.000Z","size":4507,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T00:42:33.626Z","etag":null,"topics":["bootstrap","expressjs","mongodb","nodejs","reactjs"],"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/Hardikaz.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-09-13T16:21:34.000Z","updated_at":"2024-09-14T04:09:20.000Z","dependencies_parsed_at":"2024-09-14T16:56:48.522Z","dependency_job_id":null,"html_url":"https://github.com/Hardikaz/Library_Management_System","commit_stats":null,"previous_names":["hardikaz/library_management_system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hardikaz/Library_Management_System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hardikaz%2FLibrary_Management_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hardikaz%2FLibrary_Management_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hardikaz%2FLibrary_Management_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hardikaz%2FLibrary_Management_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hardikaz","download_url":"https://codeload.github.com/Hardikaz/Library_Management_System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hardikaz%2FLibrary_Management_System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273257755,"owners_count":25073531,"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-02T02:00:09.530Z","response_time":77,"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":["bootstrap","expressjs","mongodb","nodejs","reactjs"],"created_at":"2024-09-25T01:29:54.534Z","updated_at":"2026-02-14T19:32:16.561Z","avatar_url":"https://github.com/Hardikaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Project Overview\n\nThis full-stack project is built using a **MongoDB** database for data storage, a **Node.js** backend server, and a **React.js** frontend. The project currently includes:\n1. **Admin and User Login**\n2. **Admin and User Homepages**\n3. **MongoDB Database** for storing user/admin data.\n4. The frontend uses **React**, while the backend is powered by **Express.js** with **Nodemon** for auto-reloading.\n\n### Prerequisites\n\nEnsure that the following software is installed before running the project:\n\n1. **Node.js**: Download and install it from [nodejs.org](https://nodejs.org).\n2. **MongoDB**: Set up a MongoDB instance either locally or using a service like [MongoDB Atlas](https://www.mongodb.com/cloud/atlas).\n3. **NPM**: Node Package Manager is bundled with Node.js.\n4. **Nodemon**: Ensure Nodemon is installed globally to auto-reload the server on changes. You can install it globally using:\n   ```bash\n   npm install -g nodemon\n   ```\n\n### Installation and Setup\n\n1. **Clone the repository**:\n   ```bash\n   git clone \u003cyour-repository-url\u003e\n   cd \u003cyour-repository-name\u003e\n   ```\n\n2. **Install Dependencies**:\n\n   For the **frontend**:\n   ```bash\n   cd frontend\n   npm install\n   ```\n\n   For the **backend**:\n   ```bash\n   cd ../backend\n   npm install\n   ```\n\n3. **Configure Environment Variables**:\n\n   For the backend, you’ll need to create a `.env` file in the **backend** directory and add the following:\n   ```bash\n   MONGO_URI=\u003cYour MongoDB connection string\u003e\n   JWT_SECRET=\u003cYour JWT secret key\u003e\n   ```\n\n### Running the Application\n\nTo run the project, follow these steps:\n\n1. **Start the Frontend**:\n   Open a terminal, navigate to the **frontend** directory, and run the following command:\n   ```bash\n   cd frontend\n   npm start\n   ```\n\n   This will start the React application, and it should automatically open in your default web browser at `http://localhost:3000`.\n\n2. **Start the Backend**:\n   Open a new terminal, navigate to the **backend** directory, and run the following command:\n   ```bash\n   cd backend\n   nodemon server.js\n   ```\n\n   The backend server will start, and it should be running at `http://localhost:5000` (or another port, if specified).\n\n\n### Usage\n\n- After launching both the frontend and backend servers, you can navigate between the **Admin** and **User** homepages by logging in with appropriate credentials. \n- The MongoDB database will store user/admin data, login information, and any additional features that are later integrated.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardikaz%2Flibrary_management_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardikaz%2Flibrary_management_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardikaz%2Flibrary_management_system/lists"}