{"id":23433078,"url":"https://github.com/dnoneill/libraryproject","last_synced_at":"2025-04-09T15:36:36.787Z","repository":{"id":110295369,"uuid":"92232997","full_name":"dnoneill/libraryproject","owner":"dnoneill","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-16T14:01:39.000Z","size":990,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T09:31:37.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dnoneill.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":"2017-05-24T00:30:28.000Z","updated_at":"2017-06-15T19:16:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"5178b861-4a2a-40d9-885f-9b11248cbdd1","html_url":"https://github.com/dnoneill/libraryproject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnoneill%2Flibraryproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnoneill%2Flibraryproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnoneill%2Flibraryproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnoneill%2Flibraryproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnoneill","download_url":"https://codeload.github.com/dnoneill/libraryproject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248058669,"owners_count":21040800,"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":[],"created_at":"2024-12-23T10:57:16.511Z","updated_at":"2025-04-09T15:36:36.781Z","avatar_url":"https://github.com/dnoneill.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Library Project\n======\n\nDescription\n----------------------\nLibraryProject is an app that will allow you to keep track of who is borrowing your books.  Simply search for a book (using a Goodreads api), select who you are and who you're borrowing it from, and enter your new loan into our system.\n\n\nDeveloper Installation\n----------------------\n\n0. Ensure that Python 3 is installed on your machine (https://www.python.org/downloads/)\n\n1. Create a directory for development projects on your machine\n\n        $ mkdir /\u003cpath on your machine\u003e/projects\n        $ cd /\u003cpath\u003e/projects\n\n2. Clone the repository\n\n        $ git clone \u003clibrary project address\u003e\n        $ cd libraryproject\n\n3. Create a virtual environment and activate it\n\n        $ pyvenv ENV\n        $ source ENV/bin/activate\n\n4. Install dependencies to the virtual environment\n\n        (ENV)$ pip install -r requirements.txt\n        \n5. Migrate models if necessary\n        \n        (ENV)$ cd libraryproject\n        (ENV)$ python manage.py makemigrations\n        (ENV)$ python manage.py migrate\n  \n6. Load test data\n\n        (ENV)$ python manage.py loaddata users\n        (ENV)$ python manage.py loaddata data\n        \nOther Instructions\n----------------------\n\nWe are in developer mode at the moment, so please feel free to use the following login information for testing on your local machine:  login:admin and password:adminis289. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnoneill%2Flibraryproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnoneill%2Flibraryproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnoneill%2Flibraryproject/lists"}