{"id":18312441,"url":"https://github.com/un4gt/flask-mvc","last_synced_at":"2026-04-30T13:34:51.437Z","repository":{"id":254621306,"uuid":"847075779","full_name":"un4gt/Flask-MVC","owner":"un4gt","description":"A Flask-MVC templates base on cookiecutter","archived":false,"fork":false,"pushed_at":"2025-09-22T15:34:02.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T17:41:06.484Z","etag":null,"topics":["cookiecutter","cookiecutter-template","flask","flask-mvc","flask-mvc-template"],"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/un4gt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-24T19:22:30.000Z","updated_at":"2025-09-22T15:34:07.000Z","dependencies_parsed_at":"2025-09-22T17:24:41.809Z","dependency_job_id":"2de90765-a1f3-47cd-8e01-ac9121356bac","html_url":"https://github.com/un4gt/Flask-MVC","commit_stats":null,"previous_names":["un4gt/flask-mvc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/un4gt/Flask-MVC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2FFlask-MVC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2FFlask-MVC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2FFlask-MVC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2FFlask-MVC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/un4gt","download_url":"https://codeload.github.com/un4gt/Flask-MVC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2FFlask-MVC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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":["cookiecutter","cookiecutter-template","flask","flask-mvc","flask-mvc-template"],"created_at":"2024-11-05T16:24:07.609Z","updated_at":"2026-04-30T13:34:51.432Z","avatar_url":"https://github.com/un4gt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask-MVC\n\n[Cookiecutter](https://github.com/cookiecutter/cookiecutter.git) template to create new [flask](https://github.com/pallets/flask) application to build a Web API.\n\n## Layout\n\nProject Layout from [miguelgrinberg/flasky: Companion code to my O'Reilly book \"Flask Web Development\", second edition.](https://github.com/miguelgrinberg/flasky)\n\n```text\n│  .gitignore\n│  cookiecutter.json\n│  LICENSE\n│  README.md\n│\n└─{{cookiecutter.application_name}}\n    │  .gitignore\n    │  config.py\n    │  README.md\n    │  main.py\n    │\n    ├─tests\n    │      __init__.py\n    │\n    └─{{cookiecutter.app_name}}\n        │  exceptions.py  # your custom exceptions\n        │  __init__.py    # create_app function here\n        │\n        ├─main            # your main blueprint\n        │      errors.py  # web errors like 404, 403\n        │      views.py   # just have index route\n        │      __init__.py\n        │\n        ├─models          # database models here\n        │      __init__.py\n        │\n        ├─static          # static file folder\n        │      .gitkeep\n        │\n        └─templates\n                403.html  # forbidden page\n                404.html  # not found page\n                500.html  # internal server error page\n                base.html # base template to extends\n                index.html # home page\n```\n\n## How to use\n\n### With [Cookiecutter](https://github.com/cookiecutter/cookiecutter.git)\n\n#### Install Cookiecutter\n\n```bash\npip install --upgrade cookiecutter\n```\n\n#### Create a new project\n\n#### With `cookiecutter`\n\n```bash\ncookiecutter https://github.com/un4gt/Flask-MVC\n```\n\n#### With [Flasky-Cli](https://github.com/un4gt/flasky-cli)\n\n##### Install Flasky-Cli\n\n```bash\npip install --upgrade flasky-cli\n```\n\n##### Create new project\n\n```bash\nflasky-cli create\n```\n\nand choice `Flask-API` template.\n\n## Initialize project and run\n\nYou can use tools like pdm, pipenv, poetry or rye to init and run your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun4gt%2Fflask-mvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fun4gt%2Fflask-mvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun4gt%2Fflask-mvc/lists"}