{"id":20244552,"url":"https://github.com/alextkdev/myflaskproject","last_synced_at":"2026-06-08T11:01:26.384Z","repository":{"id":237484992,"uuid":"794524691","full_name":"AlexTkDev/MyFlaskProject","owner":"AlexTkDev","description":"This project is a blog developed using Flask. It allows users to view posts, add new entries, and leave comments.","archived":false,"fork":false,"pushed_at":"2024-12-13T17:18:52.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T15:28:29.364Z","etag":null,"topics":["blog","flask","orm","sqlalchemy"],"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/AlexTkDev.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":"2024-05-01T11:29:57.000Z","updated_at":"2024-12-13T17:18:56.000Z","dependencies_parsed_at":"2024-05-02T07:20:56.923Z","dependency_job_id":"11dc7140-ca7c-4a4d-bce3-e4240c5d68f2","html_url":"https://github.com/AlexTkDev/MyFlaskProject","commit_stats":null,"previous_names":["alekstkdev/myflaskproject","alextkdev/myflaskproject"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexTkDev/MyFlaskProject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexTkDev%2FMyFlaskProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexTkDev%2FMyFlaskProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexTkDev%2FMyFlaskProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexTkDev%2FMyFlaskProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexTkDev","download_url":"https://codeload.github.com/AlexTkDev/MyFlaskProject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexTkDev%2FMyFlaskProject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059157,"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-08T02:00:07.615Z","response_time":111,"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","flask","orm","sqlalchemy"],"created_at":"2024-11-14T09:16:02.757Z","updated_at":"2026-06-08T11:01:26.338Z","avatar_url":"https://github.com/AlexTkDev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog Documentation on Flask\n\n## Project Description\n\nThis project is a blog developed using Flask. It allows users to view posts, add new entries, and leave comments.\n\n## Project Structure\n\n```\nmyblog/\n├── instance/\n│   ├── __init__.py\n│   └── config.py\n├── templates/\n│   ├── base.html\n│   ├── index.html\n│   ├── post.html\n│   └── new_post.html\n├── app.py\n├── requirements.txt\n└── README.md\n```\n\n### Directory and File Descriptions\n\n- `instance/`: Configuration files.\n  - `__init__.py`: Package initialization.\n  - `config.py`: Application configuration.\n  \n- `templates/`: HTML templates.\n  - `base.html`: Common page structure.\n  - `index.html`: Home page.\n  - `post.html`: Post page.\n  - `new_post.html`: New post page.\n  \n- `app.py`: Main application file.\n  \n- `requirements.txt`: Project dependencies.\n\n## Installation and Running the Project\n\n### Prerequisites\n\n- Python 3.8+\n- pip\n\n### Cloning the Repository\n\n```bash\ngit clone https://github.com/AlexTkDev/MyFlaskProject.git\ncd myblog\n```\n\n### Installing Dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### Running the Application\n\n```bash\nflask run\n```\n\nThe application will be available at [http://127.0.0.1:5000](http://127.0.0.1:5000).\n\n## Using Bootstrap 5\n\nBootstrap 5 is used for styling the pages, included through `base.html`.\n\n## Application Routes\n\n### Home Page\n\nRoute: `/`\n\nDescription: Displays all posts.\n\n### Post Page\n\nRoute: `/post/\u003cpost_id\u003e`\n\nDescription: Displays the selected post.\n\n### New Post\n\nRoute: `/new`\n\nDescription: Form for adding a new post.\n\n## Conclusion\n\nThis project is a simple blog on Flask that can be extended and modified to suit your needs. Flask provides flexibility and ease of development, and using templates and Bootstrap 5 allows for creating modern and responsive interfaces.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falextkdev%2Fmyflaskproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falextkdev%2Fmyflaskproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falextkdev%2Fmyflaskproject/lists"}