{"id":19052052,"url":"https://github.com/richin13/flask-scaffold","last_synced_at":"2026-02-06T14:15:04.524Z","repository":{"id":53534797,"uuid":"127819833","full_name":"richin13/flask-scaffold","owner":"richin13","description":"A tool to generate a simple flask project","archived":false,"fork":false,"pushed_at":"2021-03-25T21:52:05.000Z","size":12,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T01:42:52.482Z","etag":null,"topics":["flask","flask-scaffold","python3","scaffold"],"latest_commit_sha":null,"homepage":null,"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/richin13.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}},"created_at":"2018-04-02T22:32:58.000Z","updated_at":"2022-06-21T20:36:25.000Z","dependencies_parsed_at":"2022-08-20T13:10:13.313Z","dependency_job_id":null,"html_url":"https://github.com/richin13/flask-scaffold","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/richin13/flask-scaffold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richin13%2Fflask-scaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richin13%2Fflask-scaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richin13%2Fflask-scaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richin13%2Fflask-scaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richin13","download_url":"https://codeload.github.com/richin13/flask-scaffold/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richin13%2Fflask-scaffold/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29164722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T12:44:37.655Z","status":"ssl_error","status_checked_at":"2026-02-06T12:44:13.991Z","response_time":59,"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":["flask","flask-scaffold","python3","scaffold"],"created_at":"2024-11-08T23:20:44.698Z","updated_at":"2026-02-06T14:15:04.503Z","avatar_url":"https://github.com/richin13.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI](https://img.shields.io/pypi/v/flask-mongo-scaffold.svg?style=flat-square)](https://pypi.org/project/Flask-Mongo-Scaffold) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flask-mongo-scaffold.svg?style=flat-square) [![license](https://img.shields.io/github/license/richin13/flask-scaffold.svg?style=flat-square)](https://github.com/richin13/flask-scaffold/blob/master/LICENSE)\n\n\n# Flask-Scaffold\n\nSimple tool to generate a brand new Flask application using MongoDB as data backend\n\n## Installation\n\nSimply run:\n\n```\n$ pip install flask-mongo-scaffold\n```\n\n## Usage\n\nTo create a new app called blog do:\n\n```\n$ flaask new blog\n```\n\n## Resulting app\n\n```\n├── blog\n│   ├── api\n│   │   ├── __init__.py\n│   │   └── views.py\n│   ├── __init__.py\n│   ├── models.py\n│   └── web\n│       ├── __init__.py\n│       ├── static\n│       │   ├── css\n│       │   ├── js\n│       │   └── vendor\n│       ├── templates\n│       │   ├── base.html\n│       │   └── index.html\n│       └── views.py\n├── config.py\n├── instance\n│   └── config.py\n├── requirements.txt\n└── run.py\n```\n\nThe resulting app is a simple Flask application that comes with:\n\n - MongoEngine to connect with a MongoDB database backend\n - SemanticUI and JQuery\n\nAdditionally, it creates a divisional structure using Flask's blueprints to separate the\nfront-end part of the application from the backend. It ships with the necessary files\nto setup a simple API.\n\n## License\n\nSee LICENSE\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichin13%2Fflask-scaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichin13%2Fflask-scaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichin13%2Fflask-scaffold/lists"}