{"id":20684461,"url":"https://github.com/satya7289/library","last_synced_at":"2026-04-13T09:31:37.336Z","repository":{"id":49691097,"uuid":"166354309","full_name":"satya7289/Library","owner":"satya7289","description":"Library Management Portal","archived":false,"fork":false,"pushed_at":"2021-06-10T21:19:16.000Z","size":12018,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-24T23:08:17.142Z","etag":null,"topics":["bootstrap","django","django-rest-framework","sqlite3"],"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/satya7289.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}},"created_at":"2019-01-18T06:18:03.000Z","updated_at":"2020-12-13T06:26:01.000Z","dependencies_parsed_at":"2022-09-18T05:02:29.018Z","dependency_job_id":null,"html_url":"https://github.com/satya7289/Library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/satya7289/Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satya7289%2FLibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satya7289%2FLibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satya7289%2FLibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satya7289%2FLibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satya7289","download_url":"https://codeload.github.com/satya7289/Library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satya7289%2FLibrary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","django","django-rest-framework","sqlite3"],"created_at":"2024-11-16T22:22:01.688Z","updated_at":"2026-04-13T09:31:37.314Z","avatar_url":"https://github.com/satya7289.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":" # Project Title\n\nLibrary Management Portal.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development.\n\n### Prerequisites\n\nThings which is needed to install the software\n\u003cbr /\u003e\n``\npython==3.7.3\n``\u003cbr /\u003e\n``\npip==18.1\n`` \u003cbr /\u003e\n``\ndjango==2.1.7\n``\u003cbr /\u003e\n``\ndjangorestframework==3.9.2\n``\u003cbr /\u003e\n``\nPillow\n``\u003cbr /\u003e\n``\nBootstrap\n``\n\n### How to install it\nSteps to get start with this -\u003e\n   \u003e  1. Fork the project .\n   \u003e  2. Now from your github repositories choose library project.\n   \u003e  3. Clone to the local machine .\n   \u003e  4. For getting started with this environment follow these steps.\n\nFor ubuntu/linux\u003cbr /\u003e\n    `git clone https://github.com/satya7289/Library.git`\u003cbr /\u003e\n    `cd library`\u003cbr /\u003e\n    `pip3 install -r requirements.txt`\u003cbr /\u003e\n    `python3 manage.py makemigrations`\u003cbr /\u003e\n    `python3 manage.py migrate`\u003cbr /\u003e\n    `python3 manage.py runserver`\u003cbr /\u003e\n   \nFor windows\u003cbr /\u003e\n   `git clone https://github.com/satya7289/Library.git`\u003cbr /\u003e\n   `cd library`\u003cbr /\u003e\n   `pip3 install -r requirements.txt`\u003cbr /\u003e\n   `python manage.py makemigrations`\u003cbr /\u003e\n   `python manage.py migrate`\u003cbr /\u003e\n   `python manage.py runserver`\u003cbr /\u003e\n\n## Built With\n\n* [Django](https://www.djangoproject.com/) - The web framework used\n* [Bootstrap](https://getbootstrap.com/) - Frontend\n* [DjangoRestFramework](https://www.django-rest-framework.org/) - For API\n\n## Authors\n\n* **Satya Prakash Sharma** \n\n## Description\n\n* Customized Different types of users and permission.\n* RESTful API is written using DjangoRestFramework to expose important data to other applications.\n* Implemented Search, Delete, Update, Create feature for all model.\n\n## Credentials\n* Superuser \u003cbr/\u003e\n```username```: `s`\u003cbr/\u003e\n```password```: `123123`\u003cbr/\u003e\n\n* Student \u003cbr/\u003e\n```username```: `saaa`\u003cbr/\u003e\n```password```: `sp855107`\u003cbr/\u003e\n\n* Manager \u003cbr/\u003e\n```username```: `satya`\u003cbr/\u003e\n```password```: `sp855107`\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatya7289%2Flibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatya7289%2Flibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatya7289%2Flibrary/lists"}