{"id":19667151,"url":"https://github.com/yashikajotwani12/pcodlive","last_synced_at":"2026-06-12T11:31:47.109Z","repository":{"id":104919900,"uuid":"375419721","full_name":"yashikajotwani12/Pcodlive","owner":"yashikajotwani12","description":" This is a blog website has been made through django, where women with PCOD/PCOS can share their thoughts and and also can read about other's experiences.","archived":false,"fork":false,"pushed_at":"2021-07-02T03:32:44.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T04:18:39.222Z","etag":null,"topics":["blog","django","share","website"],"latest_commit_sha":null,"homepage":"https://pcodlive.herokuapp.com/blog/","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/yashikajotwani12.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}},"created_at":"2021-06-09T16:23:40.000Z","updated_at":"2021-07-02T03:32:46.000Z","dependencies_parsed_at":"2023-05-27T02:45:32.936Z","dependency_job_id":null,"html_url":"https://github.com/yashikajotwani12/Pcodlive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yashikajotwani12/Pcodlive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashikajotwani12%2FPcodlive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashikajotwani12%2FPcodlive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashikajotwani12%2FPcodlive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashikajotwani12%2FPcodlive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashikajotwani12","download_url":"https://codeload.github.com/yashikajotwani12/Pcodlive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashikajotwani12%2FPcodlive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34243051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["blog","django","share","website"],"created_at":"2024-11-11T16:30:52.219Z","updated_at":"2026-06-12T11:31:47.083Z","avatar_url":"https://github.com/yashikajotwani12.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n             Pcodlive\n\u003c/h1\u003e\n\n\n\n\n## Theme:\nBlog Website, where you can write blog, edit blog, comment, like, sign up, login, logout and much more.\n\n## Tech Stack:\n\n\u003cimg src=\"https://img.shields.io/badge/html5%20-%23E34F26.svg?\u0026style=for-the-badge\u0026logo=html5\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/css3%20-%231572B6.svg?\u0026style=for-the-badge\u0026logo=css3\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/python%20-%2314354C.svg?\u0026style=for-the-badge\u0026logo=python\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/django%20-%23092E20.svg?\u0026style=for-the-badge\u0026logo=django\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/markdown-%23000000.svg?\u0026style=for-the-badge\u0026logo=markdown\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/github%20-%23121011.svg?\u0026style=for-the-badge\u0026logo=github\u0026logoColor=white\"/\u003e \u003cimg src=\"https://img.shields.io/badge/heroku%20-%23430098.svg?\u0026style=for-the-badge\u0026logo=heroku\u0026logoColor=white\"/\u003e \u003cimg src =\"https://img.shields.io/badge/sqlite-%2307405e.svg?\u0026style=for-the-badge\u0026logo=sqlite\u0026logoColor=white\"/\u003e\n\n- **Frontend:** Html,Css\n- **Backend:** Django\n- **Version Control:** Git and GitHub\n- **Hosting:** Heroku\n- **Code Editor and tools**: VS Code\n\n\n \u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eSetup Steps\u003c/strong\u003e\u003c/summary\u003e\n  \n- Setup Virtual environment\n```\n$ python3 -m venv env\n```\n- Activate the virtual environment\n```\n$ source env/bin/activate\n```\n- Install dependencies using\n```\n$ pip install -r requirements.txt\n```\n- Make migrations using\n```\n$ python manage.py makemigrations\n```\n- Migrate Database\n```\n$ python manage.py migrate\n```\n- Create a superuser\n```\n$ python manage.py createsuperuser\n```\n- Run server using\n```\n$ python manage.py runserver\n``` \n  \n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashikajotwani12%2Fpcodlive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashikajotwani12%2Fpcodlive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashikajotwani12%2Fpcodlive/lists"}