{"id":16175092,"url":"https://github.com/app-generator/jinja-berry-dashboard","last_synced_at":"2026-04-20T04:01:21.115Z","repository":{"id":64729887,"uuid":"577611880","full_name":"app-generator/jinja-berry-dashboard","owner":"app-generator","description":"Flask/Jinja Berry - Open-Source Bootstrap 5 | AppSeed","archived":false,"fork":false,"pushed_at":"2022-12-13T15:56:45.000Z","size":10457,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T03:47:05.743Z","etag":null,"topics":["appseed","berry","bootstrap5","flask-template"],"latest_commit_sha":null,"homepage":"https://github.com/app-generator/jinja-berry-dashboard","language":"CSS","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}},"created_at":"2022-12-13T05:55:29.000Z","updated_at":"2023-01-05T06:32:05.000Z","dependencies_parsed_at":"2022-12-15T03:39:26.146Z","dependency_job_id":null,"html_url":"https://github.com/app-generator/jinja-berry-dashboard","commit_stats":null,"previous_names":[],"tags_count":4,"template":true,"template_full_name":"app-generator/boilerplate-code-jinja","purl":"pkg:github/app-generator/jinja-berry-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-berry-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-berry-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-berry-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-berry-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/jinja-berry-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fjinja-berry-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["appseed","berry","bootstrap5","flask-template"],"created_at":"2024-10-10T04:44:07.308Z","updated_at":"2026-04-20T04:01:21.090Z","avatar_url":"https://github.com/app-generator.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Flask/Jinja Berry](https://github.com/app-generator/jinja-berry-dashboard)\n\nOpen-source **Flask/Jinja** project crafted on top of **Berry Dashboard**, an open-source `Boostrap 5` design from [CodedThemes](https://codedthemes.com/?ref=appseed)\nThe product is designed to deliver the best possible user experience with highly customizable feature-rich pages. `Berry` has easy and intuitive responsive design whether it is viewed on retina screens or laptops.\n\n\u003cbr /\u003e\n\n\u003e Features\n\n- ✅`Up-to-date dependencies`\n- ✅ Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/)\n- ✅ **UI Kit**: [Berry BS5](https://github.com/app-generator/cth-berry-bootstrap5) `v1.0.1` by CodedThemes\n  - `Persistent` **Dark-Mode**\n\n\u003cbr /\u003e\n\n![Berry Bootstrap 5 - Dark-Mode ready, Open-source Template.](https://user-images.githubusercontent.com/51070104/207091062-e805b36c-663a-4a01-acb8-9c55ab914f4f.jpg)\n\n\u003cbr /\u003e\n\n\n## ✨ Start the app in Docker\n\n\u003e **Step 1** - Download the code from the GH repository (using `GIT`) \n\n```bash\n$ # Get the code\n$ git clone https://github.com/app-generator/jinja-berry-dashboard.git\n$ cd jinja-berry-dashboard\n```\n\n\u003cbr /\u003e\n\n\u003e **Step 2** - Edit `.env` and set `DEBUG=True`. This will activate the `SQLite` persistance. \n\n```txt\nDEBUG=True\n```\n\n\u003cbr /\u003e\n\n\u003e **Step 3** - Start the APP in `Docker`\n\n```bash\n$ docker-compose up --build \n```\n\nVisit `http://localhost:5085` in your browser. The app should be up \u0026 running.\n\n\u003cbr /\u003e\n\n\n## ✨ How to use it\n\n\u003e Download the code \n\n```bash\n$ # Get the code\n$ git clone https://github.com/app-generator/jinja-berry-dashboard.git\n$ cd jinja-berry-dashboard\n```\n\n\u003cbr /\u003e\n\n### 👉 Set Up for `Unix`, `MacOS` \n\n\u003e Install modules via `VENV`  \n\n```bash\n$ virtualenv env\n$ source env/bin/activate\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e Set Up Flask Environment\n\n```bash\n$ export FLASK_APP=run.py\n$ export FLASK_ENV=development\n```\n\n\u003cbr /\u003e\n\n\u003e Start the app\n\n```bash\n$ flask run\n```\n\nAt this point, the app runs at `http://127.0.0.1:5000/`. \n\n\u003cbr /\u003e\n\n### 👉 Set Up for `Windows` \n\n\u003e Install modules via `VENV` (windows) \n\n```\n$ virtualenv env\n$ .\\env\\Scripts\\activate\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e Set Up Flask Environment\n\n```bash\n$ # CMD \n$ set FLASK_APP=run.py\n$ set FLASK_ENV=development\n$\n$ # Powershell\n$ $env:FLASK_APP = \".\\run.py\"\n$ $env:FLASK_ENV = \"development\"\n```\n\n\u003cbr /\u003e\n\n\u003e Start the app\n\n```bash\n$ flask run\n```\n\nAt this point, the app runs at `http://127.0.0.1:5000/`. \n\n\u003cbr /\u003e\n\n## ✨ Code-base structure\n\nThe project has a simple, intuitive structure presented bellow:\n\n```bash\n\u003c PROJECT ROOT \u003e\n   |\n   |-- apps/__init__.py\n   |-- apps/\n   |    |-- static/\n   |    |    |-- \u003ccss, JS, images\u003e         # CSS files, Javascripts files\n   |    |\n   |    |-- templates/\n   |         |\n   |         |-- includes/                 # Page chunks, components\n   |         |    |\n   |         |    |-- navigation.html      # Top bar\n   |         |    |-- scripts.html         # JS scripts common to all pages\n   |         |    |-- footer.html          # The common footer\n   |         |\n   |         |-- layouts/                  # App Layouts (the master pages)\n   |         |    |\n   |         |    |-- base.html            # Used by common pages like index, UI\n   |         |\n   |         |-- home/                     # UI Kit Pages\n   |              |-- index.html           # default page\n   |              |-- page-404.html        # 404 error page\n   |              |-- *.html               # Used by common pages like index, UI\n   |\n   |-- requirements.txt\n   |\n   |-- run.py\n   |\n   |-- ************************************************************************\n```\n\n\u003cbr /\u003e\n\n## Screenshots\n\n![Berry Bootstrap 5 - Sign IN, Open-source Starter by AppSeed.](https://user-images.githubusercontent.com/51070104/207091198-2753246e-3d65-4aac-96de-0598a9a94788.jpg)\n\n\u003cbr /\u003e\n\n\u003e [Flask/Jinja Berry](https://github.com/app-generator/jinja-berry-dashboard) - `Icons` Page\n\n![Berry Bootstrap 5 - UI Icons page, Open-source Starter by AppSeed](https://user-images.githubusercontent.com/51070104/207091655-d5005e08-7ea0-4367-ab3a-2cd16934d2fd.jpg)\n\n\u003cbr /\u003e\n\n\u003e [Flask/Jinja Berry](https://github.com/app-generator/jinja-berry-dashboard) - `Colors` page\n\n![Berry Bootstrap 5 - Colors page, Open-source Starter by AppSeed](https://user-images.githubusercontent.com/51070104/207091441-942be542-2794-4bdb-a51d-85c75b5bc692.jpg)\n\n\u003cbr /\u003e\n\n---\n[Flask/Jinja Berry](https://github.com/app-generator/jinja-berry-dashboard) - Minimal **Flask** starter provided by **[AppSeed](https://appseed.us/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fjinja-berry-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fjinja-berry-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fjinja-berry-dashboard/lists"}