{"id":18078272,"url":"https://github.com/imthaghost/mediumflask","last_synced_at":"2026-02-08T08:33:18.352Z","repository":{"id":53647012,"uuid":"233301274","full_name":"imthaghost/mediumFlask","owner":"imthaghost","description":"Medium clone built with flask","archived":false,"fork":false,"pushed_at":"2021-03-20T02:43:28.000Z","size":2710,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T19:55:04.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/imthaghost.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}},"created_at":"2020-01-11T21:43:04.000Z","updated_at":"2020-01-12T02:40:18.000Z","dependencies_parsed_at":"2022-09-22T08:31:00.140Z","dependency_job_id":null,"html_url":"https://github.com/imthaghost/mediumFlask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imthaghost/mediumFlask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2FmediumFlask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2FmediumFlask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2FmediumFlask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2FmediumFlask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imthaghost","download_url":"https://codeload.github.com/imthaghost/mediumFlask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2FmediumFlask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29225478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T06:05:31.539Z","status":"ssl_error","status_checked_at":"2026-02-08T05:58:33.853Z","response_time":57,"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":[],"created_at":"2024-10-31T12:13:23.905Z","updated_at":"2026-02-08T08:33:18.338Z","avatar_url":"https://github.com/imthaghost.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to mediumFlask\u003c/h1\u003e\n\u003cp\u003e\n    \u003ca href=\"https://www.npmjs.com/package/readme-md-generator\"\u003e\n    \u003cimg alt=\"downloads\" src=\"https://img.shields.io/github/contributors/imthaghost/ghostChat?color=green\" target=\"_blank\" /\u003e\n\n  \u003c/a\u003e \n  \n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"#\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n   \u003ca href=\"https://github.com/imthaghost/gitmoji-changelog\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/changelog-gitmoji-brightgreen.svg\" alt=\"gitmoji-changelog\"\u003e\n  \u003c/a\u003e\n  \n\u003c/p\u003e\n\n\u003e A medium clone with a flask backend\n\n![Example](/docs/media/example.png)\n\n### 💻 Prerequisites\n\nWhat things you need to run the software\n\n```bash\n- Python 3.4+\n- Pipenv\n- Mongo\n```\n\n## 🚀 Getting Started - Local\n\n### macOS Mojave 10.0+, Catalina 10.1+\n\n```bash\n# clone the repo\ngit clone https://github.com/imthaghost/mediumFlask\n# change into project directory\ncd mediumFlask\n# start virtual enviornment\npipenv shell\n# install dependencies\npipenv install\n# in another shell create mongodb instance\nsudo mongod\n```\n\n## :hammer: Built With\n\n-   [Flask](https://www.djangoproject.com/) - Web Framework\n-   [MongoDB](https://www.mongodb.com/) - Database\n-   [NodePress](https://nodepress.com.ng/) - Front End\n\n## 🤝 Contribution Guidlines\n\n### Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests\n\nPull requests are the best way to propose changes to the codebase (use [Github Flow](https://guides.github.com/introduction/flow/index.html)).\n\n1. Fork the repo and create your branch from `master`.\n2. If you've added code that should be tested, add tests.\n3. If you've changed APIs, update the documentation.\n4. Ensure the test suite passes.\n5. Make sure your code lints.\n6. Issue that pull request!\n\n### Any contributions you make will be under the MIT Software License\n\nIn short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.\n\n### Use a Consistent Coding Style\n\n-   PEP 8 style unification\n-   2 spaces for indentation rather than tabs (or tabs that convert to spaces)\n-   You can try running `pipenv install autopep8 --dev` for style unification\n\n## 📝 License\n\nBy contributing, you agree that your contributions will be licensed under its MIT License.\n\n## Contributors\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/imthaghost\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/46610773?s=460\u0026v=4\" width=\"75px;\" alt=\"Gary Frederick\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGary Frederick\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/imthaghost/ghostChat/commits/master\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Fmediumflask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimthaghost%2Fmediumflask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Fmediumflask/lists"}