{"id":25815324,"url":"https://github.com/omcodewizard/library_management_system","last_synced_at":"2026-06-15T07:34:07.691Z","repository":{"id":268783686,"uuid":"905459353","full_name":"OmCodeWizard/Library_Management_System","owner":"OmCodeWizard","description":"A lightweight, in-memory Library Management System built using Flask. This project provides RESTful APIs for managing books and members in a library, allowing users to perform CRUD operations. It serves as a practical example of implementing backend services with clean, structured code.","archived":false,"fork":false,"pushed_at":"2024-12-18T22:06:33.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T10:58:12.955Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/OmCodeWizard.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-12-18T21:48:25.000Z","updated_at":"2024-12-18T22:06:36.000Z","dependencies_parsed_at":"2024-12-18T22:34:30.226Z","dependency_job_id":"4d64ea44-7e46-4f17-a491-6396bb767526","html_url":"https://github.com/OmCodeWizard/Library_Management_System","commit_stats":null,"previous_names":["omcodewizard/library_management_system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmCodeWizard/Library_Management_System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmCodeWizard%2FLibrary_Management_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmCodeWizard%2FLibrary_Management_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmCodeWizard%2FLibrary_Management_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmCodeWizard%2FLibrary_Management_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmCodeWizard","download_url":"https://codeload.github.com/OmCodeWizard/Library_Management_System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmCodeWizard%2FLibrary_Management_System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34353193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":[],"created_at":"2025-02-28T04:20:12.877Z","updated_at":"2026-06-15T07:34:07.675Z","avatar_url":"https://github.com/OmCodeWizard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library_Management_System\nA lightweight, in-memory Library Management System built using Flask. This project provides RESTful APIs for managing books and members in a library, allowing users to perform CRUD operations. It serves as a practical example of implementing backend services with clean, structured code.\n\n\n\n## Features\n\n- CRUD operations for managing books and members.\n- Search functionality for books by title or author.\n- Pagination for retrieving books in chunks.\n- Token-based authentication for secure access to certain routes.\n- In-memory storage for books and members (no external database used).\n\n## How to Run the Project\n\n### Prerequisites\n\nTo run this project, you'll need the following installed on your machine:\n- Python 3.6+.\n- Flask.\n\n### Installation Steps\n\n# Setting Up and Running the Application\n\nFollow the steps below to set up and run the Flask application:\n\n```bash\n# 1. Set Up a Virtual Environment (Optional but Recommended):\npython -m venv venv\n\n# 2. Activate the Virtual Environment:\n# On Windows:\nvenv\\Scripts\\activate\n# On macOS/Linux:\nsource venv/bin/activate\n\n# 3. Install the Required Dependencies:\npip install flask\n\n# 4. Run the Application:\npython app.py\n\n# 5. Access the Application:\n# Open your browser and navigate to:\nhttp://127.0.0.1:5000/\n\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomcodewizard%2Flibrary_management_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomcodewizard%2Flibrary_management_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomcodewizard%2Flibrary_management_system/lists"}