{"id":25480000,"url":"https://github.com/ryanbritodev/django-fiap","last_synced_at":"2026-05-09T03:33:38.727Z","repository":{"id":277721294,"uuid":"933217639","full_name":"ryanbritodev/django-fiap","owner":"ryanbritodev","description":"Repositório para um sistema de Biblioteca desenvolvido durante o Nano Course do framework Django na FIAP.","archived":false,"fork":false,"pushed_at":"2025-03-05T13:54:39.000Z","size":1743,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T22:12:05.356Z","etag":null,"topics":["django","python","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ryanbritodev.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,"zenodo":null}},"created_at":"2025-02-15T12:46:00.000Z","updated_at":"2025-03-05T13:54:42.000Z","dependencies_parsed_at":"2025-03-03T23:22:33.083Z","dependency_job_id":"63a71c9b-7fda-488c-bcde-c4b226d3ce8c","html_url":"https://github.com/ryanbritodev/django-fiap","commit_stats":null,"previous_names":["ryanbritodev/django-fiap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanbritodev/django-fiap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbritodev%2Fdjango-fiap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbritodev%2Fdjango-fiap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbritodev%2Fdjango-fiap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbritodev%2Fdjango-fiap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanbritodev","download_url":"https://codeload.github.com/ryanbritodev/django-fiap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbritodev%2Fdjango-fiap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32805961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["django","python","sqlite"],"created_at":"2025-02-18T15:26:45.233Z","updated_at":"2026-05-09T03:33:38.695Z","avatar_url":"https://github.com/ryanbritodev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Biblioteca 📖\n\nEste é um projeto __Django__ para gerenciar uma Biblioteca, com um sistema de cadastro de livros, usuários e empréstimos.\n\u003cimg src=\"biblioteca.png\" /\u003e\n\n## Pré-requisitos 📄\n\nCertifique-se de ter os seguintes softwares instalados em sua máquina:\n\n- Python 3.12\n- Git\n\n## Clonando o Repositório 🌐\n\n```bash\ngit clone https://github.com/ryanbritodev/django-fiap.git\ncd django-fiap\n```\n\n## Configurando o Ambiente Virtual 🔨\n\nCrie e ative um ambiente virtual:\n\n```bash\npython -m venv venv\nvenv\\Scripts\\activate\n```\n\n## Instalando as Dependências 📲\n\nInstale as dependências do projeto:\n\n```bash\npip install -r requirements.txt\n```\n\n## Configurando o Banco de Dados 🎲\n\nAtualize o arquivo `biblioteca/settings.py` para configurar o banco de dados. Por padrão, o projeto está configurado para usar SQLite.\n\n## Executando Migrações 🔄️\n\nAplique as migrações do banco de dados:\n\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n## Executando o Servidor de Desenvolvimento 🧑🏻‍💻\n\nInicie o servidor de desenvolvimento do __Django__:\n\n```bash\npython manage.py runserver\n```\n\nAcesse o projeto no navegador através do endereço `http://127.0.0.1:8000`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanbritodev%2Fdjango-fiap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanbritodev%2Fdjango-fiap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanbritodev%2Fdjango-fiap/lists"}