{"id":23278308,"url":"https://github.com/tonyv23/library_system","last_synced_at":"2026-04-11T11:03:10.849Z","repository":{"id":64440446,"uuid":"575765758","full_name":"TonyV23/library_system","owner":"TonyV23","description":"It's an application web developed in `python` with django framework and bootstrap4 and `mysql` as a database that allows readers to borrow books and the librarian to manage his library","archived":false,"fork":false,"pushed_at":"2022-12-29T19:38:41.000Z","size":19555,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T12:24:54.425Z","etag":null,"topics":["boostrap4","django","mysql-database","python"],"latest_commit_sha":null,"homepage":"","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/TonyV23.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":"2022-12-08T08:48:10.000Z","updated_at":"2022-12-29T19:53:51.000Z","dependencies_parsed_at":"2023-01-09T13:02:39.466Z","dependency_job_id":null,"html_url":"https://github.com/TonyV23/library_system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TonyV23/library_system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyV23%2Flibrary_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyV23%2Flibrary_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyV23%2Flibrary_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyV23%2Flibrary_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonyV23","download_url":"https://codeload.github.com/TonyV23/library_system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyV23%2Flibrary_system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274417293,"owners_count":25281108,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"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":["boostrap4","django","mysql-database","python"],"created_at":"2024-12-19T22:21:36.361Z","updated_at":"2026-04-11T11:03:05.817Z","avatar_url":"https://github.com/TonyV23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Conventions\n\n- database settings :\n\n        DATABASES = {\n                'default': {\n                    'ENGINE': 'django.db.backends.mysql',\n                    'NAME': 'library_db',\n                    'USER':'root',\n                    'PASSWORD':'',\n                    'HOST':'localhost',\n                    'PORT':'3306\n                }\n        }\n\n- Before modify anything in the code of specific branch, synchronize your local code with the remote base by running:\n  `git pull --all`\n- After \n\n# How to name things\n- variable: use snake case(ex: this_is_a_variable)\n- constant: use snake case(ex: THIS_IS_A_CONSTANT)\n- function: use camel case(ex: thisIsAFunction)\n- class:  use pascal case(ex: ThisIsAClass)\n- form : use pascal case (ex: ThisIsAForm)\n\n\n# Git rules\n- Do not modify the code being in develop or master branch.\n- Use git flow as workflow.\n- Before modify anything in the code, synchronize the code with the remote base by running:\n  `git pull --all`\n\n\n# Project structure\n\n#### folder and files to work on \n- app/\n    * forms/\n        define forms for app he \n    * models/\n        define here models app\n    * views/\n        define here views for app\n    * templating/\n        * app/\n            define here template for app\n    * static/\n        * app/\n            define here static files for app\n\n- urls.py : used to define urls for app\n\n- library_management_system/\n    * settings.py : used to setting up the project","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyv23%2Flibrary_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonyv23%2Flibrary_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyv23%2Flibrary_system/lists"}