{"id":27798110,"url":"https://github.com/bilgeswe/swe573","last_synced_at":"2026-02-26T18:37:03.230Z","repository":{"id":260300248,"uuid":"864102336","full_name":"bilgeswe/SWE573","owner":"bilgeswe","description":"Building a website from scratch: Django, Python \u003e Backend | HTML \u0026 CSS \u003e Frontend | API | PostgreSQL \u003e DB | Learning GitHub, Issue Management and Version\u0026Release Management along the way","archived":false,"fork":false,"pushed_at":"2024-12-20T12:15:53.000Z","size":697,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T22:03:19.239Z","etag":null,"topics":["api","css","django","git","github-action","html","json","project-management","python","python3","release","version-control"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/bilgeswe.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,"zenodo":null}},"created_at":"2024-09-27T13:51:39.000Z","updated_at":"2025-04-05T21:28:15.000Z","dependencies_parsed_at":"2024-11-26T12:20:07.302Z","dependency_job_id":"6f31113a-6378-4e45-8323-b28a7d45f961","html_url":"https://github.com/bilgeswe/SWE573","commit_stats":null,"previous_names":["bilgeswe/swe573"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bilgeswe/SWE573","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilgeswe%2FSWE573","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilgeswe%2FSWE573/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilgeswe%2FSWE573/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilgeswe%2FSWE573/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bilgeswe","download_url":"https://codeload.github.com/bilgeswe/SWE573/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilgeswe%2FSWE573/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:27:06.972Z","status":"ssl_error","status_checked_at":"2026-02-26T18:26:57.848Z","response_time":89,"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":["api","css","django","git","github-action","html","json","project-management","python","python3","release","version-control"],"created_at":"2025-04-30T22:55:31.692Z","updated_at":"2026-02-26T18:37:03.213Z","avatar_url":"https://github.com/bilgeswe.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Initialize the venv\n\npython3 -m venv venv\n\n\n# Activate venv\n\nsource venv/bin/activate\n\n\n# Install requirements\n\npip3 install -r requirements.txt\n\n\n# Migrate database\n\npython3 forum/manage.py migrate\n\n# Create admin user\n\npython3 forum/manage.py createsuperuser\n\n# Collect static files\n\npython3 forum/manage.py collectstatic\n\n# Run server\n\npython3 forum/manage.py runserver\n\n# Login trough admin panel\n\nhttp://127.0.0.1:8000/admin/\n\n## When Docker is the prefered way to deploy\n\n# Docker compose up and build\ndocker-compose up -d --build\n\n# Docker run migrations\ndocker-compose exec web python forum/manage.py migrate\n\n# Docker compose down\ndocker-compose down\n\n# Docker create superuser\ndocker-compose exec web python forum/manage.py createsuperuser\n\n## When running tests, make sure you're in where manage.py is located\npython manage.py test --settings forum.settings_dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilgeswe%2Fswe573","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilgeswe%2Fswe573","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilgeswe%2Fswe573/lists"}