{"id":21353655,"url":"https://github.com/pawantech12/library-management-system","last_synced_at":"2025-03-16T05:13:52.024Z","repository":{"id":218013088,"uuid":"745371832","full_name":"pawantech12/library-management-system","owner":"pawantech12","description":"Library management System Using HTML, CSS, JavaScript, PHP and MySQL","archived":false,"fork":false,"pushed_at":"2024-01-21T05:36:01.000Z","size":18010,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T17:30:38.898Z","etag":null,"topics":["css3","fullstack-development","html5","javascript","library-management-system","library-website","mysql","php","website"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/pawantech12.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-01-19T07:33:31.000Z","updated_at":"2024-12-26T11:10:22.000Z","dependencies_parsed_at":"2025-01-22T17:40:57.792Z","dependency_job_id":null,"html_url":"https://github.com/pawantech12/library-management-system","commit_stats":null,"previous_names":["pawantech12/library-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawantech12%2Flibrary-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawantech12%2Flibrary-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawantech12%2Flibrary-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawantech12%2Flibrary-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pawantech12","download_url":"https://codeload.github.com/pawantech12/library-management-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826786,"owners_count":20354222,"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":["css3","fullstack-development","html5","javascript","library-management-system","library-website","mysql","php","website"],"created_at":"2024-11-22T03:18:53.064Z","updated_at":"2025-03-16T05:13:52.002Z","avatar_url":"https://github.com/pawantech12.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n  ![GitHub repo size](https://img.shields.io/github/repo-size/pawantech12/library-management-system)\n  ![GitHub stars](https://img.shields.io/github/stars/pawantech12/library-management-system?style=social)\n  ![GitHub forks](https://img.shields.io/github/forks/pawantech12/library-management-system?style=social)\n\n  \u003cbr /\u003e\n\n  \u003ch2 align=\"center\"\u003eResponsive Library Management System\u003c/h2\u003e\n\n  Library Management System made using HTML, CSS,JavaScript,PHP,MySQL.\n\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\n### Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n* You Should Know Basic or Intermediate of HTML ,CSS,JavaScript,PHP and MySQL\n\nFontawesome Icon :\n```html\n\u003c!-- fontawesome icon link  --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css\"/\u003e\n```\n\n### Project Configuration and changes\n\n#### What you want to run this Project?\n\n1. An Editor i.e visual studio code or you can use any other editor.(its only required when you want to customize the code i.e its optional).\n2. Xampp server(as it establish a server to run php code) or you can use any other server like wampp.\n3. Configure some settings below to run the project accurately.\n4. Import the 'librarydb.sql' file in phpmyadmin with database name 'librarydb.sql'.the file is located in `assets\\Database\\librarydb.sql`.\n\n#### Librarian Login Credentials\n\nE-mail: librarymanagementwebsite@gmail.com\nPassword: librarian\n\n#### Configuring XAMPP to send email from localhost in php:\n\n1. Go to the (C:xampp\\php) and open the PHP configuration setting file(php.ini) then find the '[mail function]' by scrolling down or simply press ctrl+f to search it directly then find the following lines and pass these values. Remember, there may be a semicolon ; at the start of each line, simply remove the semicolon from each line which is given below.\n\n#edit the following lines:\n\n```\n[mail function]\nSMTP=smtp.gmail.com\nsmtp_port=587\nsendmail_from = codewithpawanofficial@gmail.com(enter your email address that wiil be used for sending email from localhost as sender email.)\nsendmail_path = \"\\\"C:\\xampp\\sendmail\\sendmail.exe\\\" -t\"\n```\nNow Save this file and close it and follow next step.\n\n2. Now, go the (C:\\xampp\\sendmail) and open the sendmail configuration setting file(sendmail.ini) then find sendmail by scrolling down or press ctrl+f to search it directly then find the following lines and pass these values. Remember, there may be a semicolon ; at the start of each line, simply remove the semicolon from each line which is given below.\n\nedit the following lines:\n```\nsmtp_server=smtp.gmail.com\nsmtp_port=587\nerror_logfile=error.log\ndebug_logfile=debug.log\nauth_username=codewithpawanofficial@gmail.com(same email address that you enter in php.ini file)\nauth_password=ghihcljrufojsngj\n```\nNow save the file and close it here you have end up with configuration now stop the apache server and mysql server if you have started and close it and restart xampp server and start it.\n\n\n#### How to change size of file to be uploaded and it post size?\n\n1. Go to the (C:xampp\\php) and open the PHP configuration setting file(php.ini) then find the 'post_max_size' by scrolling down or simply press ctrl+f to search it directly then find the following lines and pass these values.\n\n```\npost_max_size = 100M\n```\n\nand then find 'upload_max_filesize' and pass the below value:\n\n```\nupload_max_filesize=100M\n```\n\nand now save the file and close it.\n\nFinally Now you can run this project on xampp server without any error or issues.\n\n### Project Contain\n\n* Responsive Navigation Bar with Hamburger Menu\n* Hero Section\n* Student  Librarian Login page\n* contact Section\n* Librarian Signup page\n* Student Admin page\n* Book request page\n* Book issue page\n* Book return page\n* Add Book page\n* Add Student page\n* Issue ID card page\n* View all Book page\n* Librarian Admin page\n* Footer Section,etc\n\n### Font Family\n \n * I have Used Google Fonts - `Poppins`.For Using this font copy below code and paste it in your project :\n \n ```html\n \u003c!-- google font link  --\u003e\n \u003clink href=\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n ```\n\n### Icons\n\n```html\n\u003c!-- boxicon link --\u003e\n\u003clink href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'\u003e\n\n\u003c!-- fontawesome icon link --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css\" /\u003e\n```\n\n### Run Locally\n\nTo run **Library Management System** locally, run this command on your git bash:\n\nLinux and macOS:\n\n```bash\nsudo git clone https://github.com/pawantech12/library-management-system.git\n```\n\nWindows:\n\n```bash\ngit clone https://github.com/pawantech12/library-management-system.git\n```\n\n### Contact\n\nIf you want to contact with me you can reach me at [Instagram](https://www.instagram.com/codewithpawan/).\n\n### License\n\nThis project is **Free To Use** and does not contains any license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawantech12%2Flibrary-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawantech12%2Flibrary-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawantech12%2Flibrary-management-system/lists"}