{"id":22332526,"url":"https://github.com/theoddysey/obituary-platform","last_synced_at":"2026-04-17T09:31:58.602Z","repository":{"id":248714610,"uuid":"829437451","full_name":"TheODDYSEY/Obituary-Platform","owner":"TheODDYSEY","description":"A Django 🐍 web application for submitting 📨, managing 🧑‍💼, and viewing 👀 obituaries, featuring social media sharing 🌬️and structured data integration🔨","archived":false,"fork":false,"pushed_at":"2024-07-19T09:19:21.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T23:13:53.397Z","etag":null,"topics":["cross-browser","csv","django-rest-framework","seo-optimization","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/TheODDYSEY.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-16T12:29:57.000Z","updated_at":"2024-10-30T19:24:36.000Z","dependencies_parsed_at":"2024-07-16T18:12:30.485Z","dependency_job_id":"f6156f2a-2655-4551-9b77-dd0e0c0b9262","html_url":"https://github.com/TheODDYSEY/Obituary-Platform","commit_stats":null,"previous_names":["theoddysey/obituary-platform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheODDYSEY/Obituary-Platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FObituary-Platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FObituary-Platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FObituary-Platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FObituary-Platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheODDYSEY","download_url":"https://codeload.github.com/TheODDYSEY/Obituary-Platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FObituary-Platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31923112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T09:10:15.403Z","status":"ssl_error","status_checked_at":"2026-04-17T09:10:14.455Z","response_time":62,"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":["cross-browser","csv","django-rest-framework","seo-optimization","sqlite"],"created_at":"2024-12-04T04:18:31.754Z","updated_at":"2026-04-17T09:31:58.575Z","avatar_url":"https://github.com/TheODDYSEY.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obituary Platform\n\nWelcome to the Obituary Platform project repository. This project aims to provide a platform for submitting, managing, and viewing obituaries in a user-friendly manner. Users can submit obituaries, view existing obituaries, and share them on social media.\n\n## Table of Contents\n\n1. [Features](#features)\n2. [Installation](#installation)\n3. [Usage](#usage)\n4. [Contributing](#contributing)\n5. [License](#license)\n\n## Features \u003ca name=\"features\"\u003e\u003c/a\u003e\n\n- **Submit Obituary**: Users can submit obituaries using a form.\n- **View Obituaries**: Browse through a list of submitted obituaries.\n- **Social Media Sharing**: Share obituaries on Facebook and Twitter.\n- **Responsive Design**: The platform is designed to be responsive across different devices.\n- **Structured Data**: Implements schema.org for better search engine visibility.\n\n## Installation \u003ca name=\"installation\"\u003e\u003c/a\u003e\n\nTo run the Obituary Platform locally, follow these steps:\n\n1. **Clone the repository**:\n   ```\n   git clone https://github.com/TheODDYSEY/obituary-platform.git\n   cd obituary-platform\n   ```\n\n2. **Install dependencies**:\n   ```\n   pip install -r requirements.txt\n   ```\n\n3. **Set up the database**:\n   ```\n   python manage.py migrate\n   ```\n\n4. **Create a superuser** (optional, for admin access):\n   ```\n   python manage.py createsuperuser\n   ```\n\n5. **Run the development server**:\n   ```\n   python manage.py runserver\n   ```\n\n6. **Access the application**:\n   Open your web browser and go to `http://localhost:8000` to view the Obituary Platform.\n\n## Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\n### Submitting an Obituary\n\n1. Click on **Submit an Obituary** from the homepage.\n2. Fill out the form with the required details: Name, Date of Birth, Date of Death, Content, and Author.\n3. Click **Submit** to add the obituary to the platform.\n\n### Viewing Obituaries\n\n1. Click on **View Obituaries** from the homepage.\n2. Browse through the list of obituaries displayed in a table format.\n3. Optionally, share obituaries on Facebook or Twitter using the provided links.\n\n### Admin Access\n\n- Access the Django admin interface at `http://localhost:8000/admin/` (login with superuser credentials).\n- Manage obituaries and user submissions from the admin dashboard.\n\n## Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions are welcome! If you'd like to contribute to the Obituary Platform, please follow these steps:\n\n1. Fork the repository and clone it locally.\n2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.\n3. Make your changes and commit them: `git commit -am 'Add new feature'`.\n4. Push to your branch: `git push origin feature-name`.\n5. Submit a pull request detailing your changes.\n\n## License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n### Screenshots\n\nInclude screenshots here to visually demonstrate the functionality and design of your platform. For example:\n\n- **Homepage**\n  ![Homepage](./homepage.png)\n\n- **Submit Obituary Form**\n  ![Submit Obituary Form](./submit_obituary.png)\n\n- **View Obituaries Table**\n  ![View Obituaries Table](./view_obituaries.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fobituary-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheoddysey%2Fobituary-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fobituary-platform/lists"}