{"id":24438763,"url":"https://github.com/jibbs1703/libooktrac","last_synced_at":"2026-05-09T02:15:36.621Z","repository":{"id":273244946,"uuid":"919084256","full_name":"jibbs1703/LiBookTrac","owner":"jibbs1703","description":"LiBookTrac is a modern and efficient library management system designed to streamline the management and tracking of library resources. This project leverages the python frameworks Pydantic and FastAPI,  to provide a robust and high-performance solution for library administrators and users.","archived":false,"fork":false,"pushed_at":"2025-03-02T13:57:33.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T14:32:19.501Z","etag":null,"topics":["books","data-modeling","database-management","fastapi","library-management-system","mongodb","pydantic"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jibbs1703.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-01-19T17:05:48.000Z","updated_at":"2025-03-02T13:55:38.000Z","dependencies_parsed_at":"2025-01-19T18:38:48.642Z","dependency_job_id":"b792adc9-b91e-4d89-a011-1751144a78a2","html_url":"https://github.com/jibbs1703/LiBookTrac","commit_stats":null,"previous_names":["jibbs1703/libooktrac"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibbs1703%2FLiBookTrac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibbs1703%2FLiBookTrac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibbs1703%2FLiBookTrac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibbs1703%2FLiBookTrac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jibbs1703","download_url":"https://codeload.github.com/jibbs1703/LiBookTrac/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500792,"owners_count":20300774,"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":["books","data-modeling","database-management","fastapi","library-management-system","mongodb","pydantic"],"created_at":"2025-01-20T19:17:40.706Z","updated_at":"2025-10-17T17:07:01.562Z","avatar_url":"https://github.com/jibbs1703.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiBookTrac: A Library Management System\n\n![Python Version](https://img.shields.io/badge/python-3.12-blue)\n![CI](https://github.com/jibbs1703/LiBookTrac/actions/workflows/CI.yaml/badge.svg)\n![FastAPI](https://img.shields.io/badge/FastAPI-v0.116-blue?logo=fastapi\u0026style=flat)\n[![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://pydantic.dev)\n![PostgreSQL](https://img.shields.io/badge/PostgreSQL-v16-blue?logo=postgresql\u0026style=flat)\n![Docker](https://img.shields.io/badge/Docker-v41-blue?logo=docker\u0026style=flat)\n![Nginx](https://img.shields.io/badge/Nginx-v1.28-green?logo=nginx\u0026style=flat)\n![pre-commit](https://img.shields.io/badge/precommit-enabled-yellow)\n![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)\n![license](https://img.shields.io/github/license/peaceiris/actions-gh-pages.svg)\n\n## Overview\n\nLiBookTrac is an efficient library management system developed to streamline the management and tracking of\nlibrary resources. Leveraging the capabilities of **Pydantic** and **FastAPI**, this project offers a robust\nand high-performance solution for both library administrators and users.\n\n## Features\n\n- **User Management:** Add, update, and manage library users effortlessly.\n- **Book Management:** Comprehensive features for adding, updating, and removing books from the collection.\n- **Loan Management:** Efficiently track and manage book borrowings and returns.\n- **Search Functionality:** Powerful search capabilities to quickly locate books and users.\n- **API Documentation:** Automatically generated and interactive API documentation using FastAPI.\n\n## Technologies Used\n\n- **FastAPI:** A modern web framework for building APIs with Python based on standard Python type hints.\n- **Pydantic:** Data validation and settings management using Python type annotations.\n- **PostgreSQL:**  A relational database management system for storing library data.\n\n## Getting Started\n\n- **Clone the repository:**\n```bash\ngit clone https://github.com/your-username/LiBookTrac.git\ncd LiBookTrac\n```\n\n- **Create and Activate Virtual Environment:**\n```bash\npython -m venv libooktrac\nlibooktrac\\Scripts\\activate\n\n```\n\n- **Install Project Requirements:**\n```bash\npip install -r requirements.txt\n```\n\n- **Run Library Management Application Locally:**\n```bash\nuvicorn app.main:app --host 127.0.0.1 --port 8008\n```\n\n- **Run Library Management Application in Container:**\n```bash\ndocker build -f backend.Dockerfile -t libooktrac:latest .\ndocker rm -f libooktrac-env || true # Remove existing container if it exists\ndocker run -it --name libooktrac-env -v .:/workspace -p 8000:8000 libooktrac:latest\ndocker exec -it libooktrac-env sh\n```\n\n- TODO\n\n- use isbn check to input book details (external API exists)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjibbs1703%2Flibooktrac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjibbs1703%2Flibooktrac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjibbs1703%2Flibooktrac/lists"}