{"id":16175432,"url":"https://github.com/app-generator/cookiecutter-flask","last_synced_at":"2026-04-30T10:04:22.613Z","repository":{"id":100502779,"uuid":"430109992","full_name":"app-generator/cookiecutter-flask","owner":"app-generator","description":"CookieCutter Template - Flask Projects | AppSeed","archived":false,"fork":false,"pushed_at":"2021-11-24T15:36:49.000Z","size":3438,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T18:12:46.806Z","etag":null,"topics":["appseed","cookiecutter","flask"],"latest_commit_sha":null,"homepage":"https://blog.appseed.us/cookie-cutter-flask-generate-website-templates/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-11-20T13:26:24.000Z","updated_at":"2021-11-24T15:38:07.000Z","dependencies_parsed_at":"2023-05-15T11:15:42.443Z","dependency_job_id":null,"html_url":"https://github.com/app-generator/cookiecutter-flask","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcookiecutter-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcookiecutter-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcookiecutter-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fcookiecutter-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/cookiecutter-flask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640468,"owners_count":20971558,"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","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":["appseed","cookiecutter","flask"],"created_at":"2024-10-10T04:44:50.382Z","updated_at":"2026-04-30T10:04:17.582Z","avatar_url":"https://github.com/app-generator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cookie-Cutter Flask\n\n**Flask Cookie-Cutter** is an open-source `cookiecutter` template built on top of a simple **Flask** codebase with a modern design. For newcomers, **Cookiecutter** is a command-line utility that creates projects from project templates and Django is a leading web framework built by experts using a batteries-included concept.\n\n- UI Themes: `Volt Design` / `Soft UI` / `Datta Able` / `Material Dashboard` / `Star Admin 2`\n- Generated Projects Features:\n  - `Up-to-date dependencies`: **Flask 2.0.1**\n  - `SCSS` -\u003e `CSS` compilation via **Gulp**   \n  - Persistence: `SQLite` / `MySql` / `PostgreSQL`\n  - `Session-Based Authentication`, Forms validation\n  - **Deployment**: `Gunicorn` / `Nginx`\n  - One-line **Docker** setup\n    - `docker-compose up --build` \n\n\u003cbr /\u003e\n\n![Cookie-Cutter Flask - open-source generator provided by AppSeed.](https://user-images.githubusercontent.com/51070104/143268488-323b8bf6-298c-4fc6-b81e-d5cdced1a1db.jpg)\n\n\u003cbr /\u003e\n\n\u003e Project Customization:\n\n- Project information: `name`, `author`, `email`\n- Database Engine: `SQLite`, `MySql` or `PostgreSql`\n- UI Themes:\n  - LIVE Preview: [Volt Bootstrap](https://flask-volt-dashboard.appseed-srv1.com/)\n  - LIVE Preview: [Soft UI](https://flask-soft-ui-dashboard.appseed-srv1.com/)\n  - LIVE Preview: [Datta Able](https://flask-datta-able.appseed-srv1.com/)\n  - LIVE Preview: [Material Dashboard](https://flask-material-dashboard.appseed-srv1.com/)\n  - LIVE Preview: [Star Admin 2](https://flask-star-admin.appseed-srv1.com/)\n\n\u003cbr /\u003e\n\n\u003e Links\n\n- [Flask Dashboards](https://appseed.us/admin-dashboards/flask) - index provided by AppSeed\n- [Open-Source Dashboards](https://appseed.us/admin-dashboards/open-source) - crafted in **Flask**, **Django**, [React](https://appseed.us/apps/react)\n- Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).\n\n\u003cbr /\u003e\n\n## How to use it\n\n\u003cbr /\u003e\n\n### Using `cookiecutter` tool \n\n\u003e **Step #1** - Create a virtual environment  \n\n```bash\n$ # Virtualenv modules installation (Unix based systems)\n$ virtualenv env\n$ source env/bin/activate\n$\n$ # Virtualenv modules installation (Windows based systems)\n$ # virtualenv env\n$ # .\\env\\Scripts\\activate \n```\n\n\u003cbr /\u003e\n\n\u003e **Step #2** - Install Depenedencies \n\n```bash\n$ # Install modules - SQLite Storage\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e **Step #3** - Generate the project \n\n```bash\n$ cookiecutter https://github.com/app-generator/cookiecutter-flask.git\n```\n\n\u003cbr /\u003e\n\n### Using `appseed-shell` package \n\n\u003e **Step #1** - Install Dependencies\n\n```bash\n$ pip3 install cookiecutter\n$ pip3 install GitPython\n$ pip3 install appseed-shell\n```\n\n\u003cbr /\u003e\n\n\u003e **Step #2** - Launch the Python shell and generate the product\n\n```python\n$ python\n\u003e\u003e\u003e from appseed_shell import generate_flask\n\u003e\u003e\u003e generate_flask()\n```\n\n\u003cbr /\u003e\n\n## Credits \u0026 Links\n\nFor more resources and support please access: \n\n- [AppSeed](https://appseed.us) - For more starters and support\n- [AppSeed Shell](https://github.com/app-generator/appseed-shell-py) - source code (MIT License)\n\n\u003cbr /\u003e\n\n---\n**Flask Cookie-Cutter** - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fcookiecutter-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fcookiecutter-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fcookiecutter-flask/lists"}