{"id":21983057,"url":"https://github.com/arsho/newsroom","last_synced_at":"2026-04-13T18:31:01.972Z","repository":{"id":79174259,"uuid":"113182100","full_name":"arsho/newsroom","owner":"arsho","description":"A web application for storing and managing news stories.","archived":false,"fork":false,"pushed_at":"2019-02-19T08:17:53.000Z","size":2425,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T01:34:43.905Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arsho.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}},"created_at":"2017-12-05T12:55:28.000Z","updated_at":"2019-02-19T08:17:55.000Z","dependencies_parsed_at":"2023-03-15T08:30:20.232Z","dependency_job_id":null,"html_url":"https://github.com/arsho/newsroom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arsho/newsroom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Fnewsroom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Fnewsroom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Fnewsroom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Fnewsroom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsho","download_url":"https://codeload.github.com/arsho/newsroom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Fnewsroom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31766266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":"2024-11-29T17:34:18.119Z","updated_at":"2026-04-13T18:31:01.956Z","avatar_url":"https://github.com/arsho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Newsroom\n========\n\n![Final List](screenshot/merged_index.png)\n\nA web application for storing and managing news stories.\nIt includes both a web application and a RESTful API using Django REST Framework (DRF)\n\n## Milestones\n\n### - [x] Phase 1 (Completed)\n\n   - Necessary package installation\n   \n   - Database creation\n   \n   - Sign up and login system for users\n\n   - A page to list all stored news\n\n   - A page to create new news\n\n### - [x] Phase 2 (Completed) \n\n   - Add edit and delete functinoalities for each news\n\n   - Delete function should include confirmation alert\n\n### - [x] Phase 3 (Completed)\n \n   - API using Django Rest Framework\n   \n## Software Used\n\nThe following environment are used to develop the application:\n\n- **OS** : Ubuntu 16.04 (64 bit)\n- **IDE** : PyCharm Professional (Version: 2017.3)\n- **Python** : 2.7 (64 bit)\n- **Django** : 1.11\n- **Database** : SQLite\n- **Django REST Framework** : 3.7.3\n\n\n### Necessary Package Installation\n\n- Install virtual environment\n\n\t\t$ python virtualenv venv\n\n- Activate virtual environment (Change it based on your OS)\n\n\t\t$ source venv/bin/activate\n\n- Install necessary packages included in requirements.txt\n\n\t\t$ pip install -r webapp/requirements.txt\n\n### To Run the Application\n\n- Activate virtual environment (if not activated)\n\n\t\t$ source venv/bin/activate\n\n- Run the `application.py`\n\n\t\t$ python manage.py runserver\n\t\t\n### Database migration\n\n- Create migration\n\n\t\t$ python manage.py makemigrations\n\n- Run migration\n\n\t\t$ python manage.py migrate\n\t\t\n### Super User \n\n- Create super user\n\n\t\t$ python manage.py createsuperuser\n\n### URLS\n\n- Web application URL: http://127.0.0.1:8000/\n\n- API URL: http://127.0.0.1:8000/api/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsho%2Fnewsroom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsho%2Fnewsroom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsho%2Fnewsroom/lists"}