{"id":16419541,"url":"https://github.com/mavenium/librarymanagement","last_synced_at":"2026-05-06T13:32:14.493Z","repository":{"id":168720970,"uuid":"376309624","full_name":"mavenium/LibraryManagement","owner":"mavenium","description":"A simple project to manage the library.","archived":false,"fork":false,"pushed_at":"2021-06-12T19:48:13.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T21:46:19.373Z","etag":null,"topics":["django","django-application","django-project","django-rest-framework","docker-compose","dockerfile","python","python3","rest-api"],"latest_commit_sha":null,"homepage":"","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/mavenium.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":"2021-06-12T14:27:26.000Z","updated_at":"2024-04-09T21:31:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"882d8145-7467-428c-88f4-dd5359bec123","html_url":"https://github.com/mavenium/LibraryManagement","commit_stats":null,"previous_names":["mavenium/librarymanagement"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenium%2FLibraryManagement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenium%2FLibraryManagement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenium%2FLibraryManagement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenium%2FLibraryManagement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavenium","download_url":"https://codeload.github.com/mavenium/LibraryManagement/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240491344,"owners_count":19809975,"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":["django","django-application","django-project","django-rest-framework","docker-compose","dockerfile","python","python3","rest-api"],"created_at":"2024-10-11T07:24:45.967Z","updated_at":"2026-05-06T13:32:14.464Z","avatar_url":"https://github.com/mavenium.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library Management\nA simple project to manage the library.\n\n------------\n### Author\n- Mahdi Namaki, Full-Stack Developer (@mavenium)\n\n\n------------\n### Features\n- Author CRUD\n- Publisher CRUD\n- Book CRUD\n- API\n\n------------\n### How to install and run manually (GNU/Linux and Mac)\n                \n1. Install `git`,`python3`, `pip3`, `virtualenv` in your operating system\n2. Create a development environment ready by using these commands\n```\ngit clone https://github.com/mavenium/LibraryManagement\t\t# clone the project\ncd LibraryManagement\t\t                                # go to the project DIR\nvirtualenv -p python3 .venv\t\t                        # Create virtualenv named .venv\nsource .venv/bin/activate\t\t                        # Active virtualenv named .venv (workon venv)\npip install -r requirements.txt\t\t                        # Install project requirements in .venv\npython manage.py migrate\t\t                        # Create database tables\npython manage.py collectstatic\t\t                        # Create statics files\npython manage.py InitializeAdmin                                # create default admin user\npython manage.py runserver\t\t                        # Run the project\n```\n3. Go to  `http://127.0.0.1:8000/` to use project\n\n------------\n### How to install and run in Docker\n```\ngit clone https://github.com/mavenium/LibraryManagement\t\t# clone the project\ncd LibraryManagement\t\t                                # go to the project DIR\nsudo docker-compose up\t\t                                # bilt all images and run\n```\n\n##### To run, you need to create the required volumes!\n\n------------\n### APIs\n```\nhttp://127.0.0.1:8000/api/v1/authors/\t\t        # JSON objects of authors\nhttp://127.0.0.1:8000/api/v1/publishers/\t        # JSON objects of publishers\nhttp://127.0.0.1:8000/api/v1/books_by_author/\u003cpk\u003e/\t# JSON objects of books by author pk\nhttp://127.0.0.1:8000/api/v1/books_by_publisher/\u003cpk\u003e/\t# JSON objects of books by publisher pk\nhttp://127.0.0.1:8000/api/v1/books_create/\t        # Create book object\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavenium%2Flibrarymanagement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavenium%2Flibrarymanagement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavenium%2Flibrarymanagement/lists"}