{"id":49587645,"url":"https://github.com/theastralprogrammer0/xeventy2.0-server","last_synced_at":"2026-05-03T23:06:41.111Z","repository":{"id":279073609,"uuid":"937619625","full_name":"theAstralProgrammer0/xeventy2.0-server","owner":"theAstralProgrammer0","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-08T21:54:06.000Z","size":13583,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T22:31:15.622Z","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/theAstralProgrammer0.png","metadata":{"files":{"readme":"README.md","changelog":"news/__init__.py","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":"2025-02-23T14:09:44.000Z","updated_at":"2025-05-08T21:54:09.000Z","dependencies_parsed_at":"2025-04-28T05:37:12.053Z","dependency_job_id":null,"html_url":"https://github.com/theAstralProgrammer0/xeventy2.0-server","commit_stats":null,"previous_names":["theastralprogrammer0/xeventy2.0-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theAstralProgrammer0/xeventy2.0-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAstralProgrammer0%2Fxeventy2.0-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAstralProgrammer0%2Fxeventy2.0-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAstralProgrammer0%2Fxeventy2.0-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAstralProgrammer0%2Fxeventy2.0-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theAstralProgrammer0","download_url":"https://codeload.github.com/theAstralProgrammer0/xeventy2.0-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAstralProgrammer0%2Fxeventy2.0-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: 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":[],"created_at":"2026-05-03T23:06:40.361Z","updated_at":"2026-05-03T23:06:41.106Z","avatar_url":"https://github.com/theAstralProgrammer0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xeventy2.0 Django Backend\n\nThis documentation lists out clear instructions on how to setup and run the\nbackend of the xeventy2.0 health limited website.\n\n## Setup\n\nI utilized an end-to-end approach by creating a Django \u003capp\u003e that exposes a\nREST API for my stored (article, news, or blog) objects. This API is built\nwith Django REST Framework (DRF), and for the blog data—a large\ndataset—includes HATEOAS-style pagination (by returning next/previous links),\nand leverages Redis caching to avoid repeated PostgreSQL queries. I then had\nmy Next.js front end fetch the dynamic data in form of each objects'\nattributes corresponding to the Next.js components' props.\n\n### Project Structure\n```\nxeventy2.0-server/\n├── README.md \n├── db.sqlite3 \n├── manage.py\n├── requirements.txt     # List of required libraries for backend functionality \n├── env/                 # virtual environment directory \n├── x2h/\n│   ├── __init__.py\n│   ├── settings.py      # (modified to add caching, REST Framework, and blog app)\n│   ├── urls.py          # (modified to include blog URLs)\n│   └── wsgi.py\n├── blog/                # blog Django app\n│   ├── __init__.py\n│   ├── admin.py\n│   ├── apps.py\n│   ├── migrations/\n│   ├── models.py\n│   ├── serializers.py\n│   ├── views.py\n│   ├── urls.py\n│   └── pagination.py   # custom pagination class for HATEOAS links\n│\n├── news/               # news Django app\n│   ├── __init__.py\n│   ├── admin.py\n│   ├── apps.py\n│   ├── migrations/\n│   ├── models.py\n│   ├── serializers.py\n│   ├── views.py\n│   └── urls.py\n│\n└── static/                # static files for Django admin page styling\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheastralprogrammer0%2Fxeventy2.0-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheastralprogrammer0%2Fxeventy2.0-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheastralprogrammer0%2Fxeventy2.0-server/lists"}