{"id":24978603,"url":"https://github.com/sakhileln/flask-chronicles","last_synced_at":"2026-02-20T17:01:19.570Z","repository":{"id":263181349,"uuid":"889598051","full_name":"sakhileln/Flask-Chronicles","owner":"sakhileln","description":"A simple and lightweight blog built with Flask. Showcasing posts on coding, tech, and personal projects. Open-source and ready to deploy! ⚗️","archived":false,"fork":false,"pushed_at":"2025-01-04T19:27:28.000Z","size":264,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T03:39:03.320Z","etag":null,"topics":["babel","ci-cd","database","elasticsearch","flask","flask-sqlalchemy","logging","migration","sqlite3"],"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/sakhileln.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-16T18:25:09.000Z","updated_at":"2025-02-01T11:20:12.000Z","dependencies_parsed_at":"2024-11-16T19:32:03.297Z","dependency_job_id":"63ad8f0c-81bc-43ef-a3b1-cf58dbbde9a7","html_url":"https://github.com/sakhileln/Flask-Chronicles","commit_stats":null,"previous_names":["sakhileln/flask-chronicles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sakhileln/Flask-Chronicles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakhileln%2FFlask-Chronicles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakhileln%2FFlask-Chronicles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakhileln%2FFlask-Chronicles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakhileln%2FFlask-Chronicles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sakhileln","download_url":"https://codeload.github.com/sakhileln/Flask-Chronicles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakhileln%2FFlask-Chronicles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29658167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["babel","ci-cd","database","elasticsearch","flask","flask-sqlalchemy","logging","migration","sqlite3"],"created_at":"2025-02-04T00:00:00.851Z","updated_at":"2026-02-20T17:01:19.549Z","avatar_url":"https://github.com/sakhileln.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Flask Blog ⚗️\nThis is a simple blog built with Flask. It allows you to create, edit, and view posts, showcasing basic web development concepts like routing, templates, and forms. This project serves as an easy-to-follow example of a lightweight blog app, perfect for learning or personal projects.\n\n## Table of Contents\n- [Features](#features)\n- [Requirements](#requirements)\n- [How to Run](#how-to-run)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Contact](#contact)\n\n## Features\n- **Post Creation**: Add new blog posts via a simple form.\n- **Post Display**: View all published posts in a clean, minimal layout.\n- **Post Editing**: Edit or update existing posts.\n- **Post Deletion**: Remove posts when no longer needed.\n- **Responsive Design**: Mobile-friendly UI for a smooth experience across devices.\n\n## Requirements\n- Python 3.x\n- Flask (`pip install Flask`)\n- Jinja2 (comes with Flask)\n- SQLite (included with Python)\n\n## How to Run\n1. Clone or download the repository.\n2. Navigate to the project directory:\n   ```bash\n   cd Flask-Chronicles\n   ```\n3. Create a virtual environment:\n    ```bash\n    python -m venv venv\n\n    # Activate the virtual environment\n    source venv/bin/activate\n    ```\n4. Install dependencies:\n    ```bash\n    pip install -r requirements.txt\n    ```\n5. Run the app:\n    ```bash\n    python app.py\n    ```\n6. Navigate to http://127.0.0.1:5000/ in your browser to view the blog.\n\n## Usage\n- The app includes simple routes for viewing, creating, and managing posts.\n- The home page will show a list of posts.\n- You can add, edit, or delete posts through the admin interface.\n- The posts are saved in an SQLite database (blog.db).\n\n## Contributing\nContributions are welcome! If you have ideas for improvements or new features, please fork the repository and submit a pull request.\n1. Fork the repository\n2. Create your feature branch:\n    ```bash\n    git checkout -b feature/YourFeature\n    ```\n3. Commit your changes:\n    ```bash\n    git commit -m \"Add feature\"\n    ```\n4. Push to the branch:\n    ```bash\n    git push origin feature/YourFeature\n    ```\n5. Open a pull request.\n\n\n## Contact\n- Sakhile III  \n- [LinkedIn Profile](https://www.linkedin.com/in/sakhile-ndlazi)\n- [GitHub Profile](https://github.com/sakhileln)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakhileln%2Fflask-chronicles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsakhileln%2Fflask-chronicles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakhileln%2Fflask-chronicles/lists"}