{"id":26560574,"url":"https://github.com/prajapatsur/python-blog-project","last_synced_at":"2026-05-03T10:38:59.182Z","repository":{"id":281792726,"uuid":"945474000","full_name":"prajapatsur/Python-Blog-Project","owner":"prajapatsur","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-12T15:23:31.000Z","size":14251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T00:44:21.158Z","etag":null,"topics":["bootstrap","flask","flask-sqlalchemy","html","python"],"latest_commit_sha":null,"homepage":"","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/prajapatsur.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,"zenodo":null}},"created_at":"2025-03-09T14:09:37.000Z","updated_at":"2025-03-12T15:23:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"a26a2193-346c-4199-b924-05bf3183caec","html_url":"https://github.com/prajapatsur/Python-Blog-Project","commit_stats":null,"previous_names":["prajapatsur/python-blog-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prajapatsur/Python-Blog-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prajapatsur%2FPython-Blog-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prajapatsur%2FPython-Blog-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prajapatsur%2FPython-Blog-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prajapatsur%2FPython-Blog-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prajapatsur","download_url":"https://codeload.github.com/prajapatsur/Python-Blog-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prajapatsur%2FPython-Blog-Project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269814220,"owners_count":24479355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["bootstrap","flask","flask-sqlalchemy","html","python"],"created_at":"2025-03-22T13:18:21.670Z","updated_at":"2025-10-28T12:12:28.601Z","avatar_url":"https://github.com/prajapatsur.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Blog Project\n\nThis is a simple blog application built using Flask, SQLAlchemy, and Flask-Login. The application allows users to sign up, log in, create posts, and view posts created by other users.\n\n## Features\n\n- User Authentication (Sign Up, Log In, Log Out)\n- Create, View, and Delete Posts\n- Flash Messages for User Feedback\n- Bootstrap for Responsive Design\n\n## Project Structure\n\n```\nPython Blog Project/\n│\n├── website/\n│   ├── __init__.py\n│   ├── auth.py\n│   ├── models.py\n│   ├── views.py\n│   ├── templates/\n│   │   ├── layout.html\n│   │   ├── home.html\n│   │   ├── login.html\n│   │   ├── signup.html\n│   │   ├── create_post.html\n│   │   └── posts.html\n│   └── static/\n│       └── style.css\n│\n└── README.md\n```\n\n## Installation\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/yourusername/python-blog-project.git\n    cd python-blog-project\n    ```\n\n2. Create a virtual environment and activate it:\n    ```sh\n    python -m venv myenv\n    source myenv/bin/activate  # On Windows use `.\\myenv\\Scripts\\activate`\n    ```\n\n3. Install the required packages:\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n4. Set up the database:\n    ```sh\n    flask shell\n    \u003e\u003e\u003e from website import create_app, db\n    \u003e\u003e\u003e app = create_app()\n    \u003e\u003e\u003e with app.app_context():\n    ...     db.create_all()\n    ```\n\n5. Run the application on terminal:\n    ```sh\n    python app.py\n    ```\n\n## Usage\n\n- Navigate to `http://127.0.0.1:5000/` in your web browser.\n- Sign up for a new account or log in with an existing account.\n- Create new posts, view posts, and delete your own posts.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [Flask](https://flask.palletsprojects.com/)\n- [SQLAlchemy](https://www.sqlalchemy.org/)\n- [Flask-Login](https://flask-login.readthedocs.io/)\n- [Bootstrap](https://getbootstrap.com/)\n\n### It is a guided project\n[YouTube- Tech With Tim](https://www.youtube.com/@TechWithTim)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajapatsur%2Fpython-blog-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprajapatsur%2Fpython-blog-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajapatsur%2Fpython-blog-project/lists"}