{"id":22161718,"url":"https://github.com/k-forghani/flask-advanced-template","last_synced_at":"2026-05-01T23:38:50.548Z","repository":{"id":178131083,"uuid":"661286599","full_name":"k-forghani/flask-advanced-template","owner":"k-forghani","description":"An advanced Flask web application template","archived":false,"fork":false,"pushed_at":"2023-07-02T17:00:10.000Z","size":1719,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T06:06:18.343Z","etag":null,"topics":["bootstrap","flask","python","rtl","template","web-application"],"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/k-forghani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-07-02T11:25:30.000Z","updated_at":"2025-01-15T20:35:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbc5f2bc-b5d2-4026-b847-bce938b16e9a","html_url":"https://github.com/k-forghani/flask-advanced-template","commit_stats":null,"previous_names":["k-forghani/flask-advanced-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k-forghani/flask-advanced-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-forghani%2Fflask-advanced-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-forghani%2Fflask-advanced-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-forghani%2Fflask-advanced-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-forghani%2Fflask-advanced-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k-forghani","download_url":"https://codeload.github.com/k-forghani/flask-advanced-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-forghani%2Fflask-advanced-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278366666,"owners_count":25975095,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["bootstrap","flask","python","rtl","template","web-application"],"created_at":"2024-12-02T04:16:37.076Z","updated_at":"2025-10-04T20:11:28.842Z","avatar_url":"https://github.com/k-forghani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Advanced Template\n\n## Introduction\n\nThis is an advanced Flask web application template, equipped with various Flask extensions. It uses *Bootstrap* as the frontend framework customized for right-to-left languages.\n\nI welcome contributions and stars to improve and support this repository!\n\n## Setting up\n\nOn Ubuntu operating system, you can simply run `setup.sh` to install everything needed to run the web application:\n\n```bash\n./setup.sh\n```\n\nThen, you can run the web application by running `run.sh`:\n\n```bash\n./run.sh\n```\n\n**Note**: In order to modify the config of the web application, you can create a `.env` file in the root directory as explained [here](https://www.npmjs.com/package/dotenv).\n\n**Note**: You can modify admin properties by editing the second line of `run.sh` before running:\n\n```bash\nflask users create-admin USERNAME EMAIL PASSWORD\n```\n\n## Requirements\n\n### Overall Packages\n\n| Package | Version | Description |\n| --- | --- | --- |\n| python3 | 3.11.2 | A programming language that lets you work quickly and integrate systems more effectively |\n| python3-pip | 23.0.1 | The PyPA recommended tool for installing Python packages |\n| python3-venv | 3.11.2-1 | Supports creating lightweight virtual environments |\n| mongod | 6.0.7 | A source-available cross-platform document-oriented database program\n\n### Python Packages\n\n| Package | Version | Description |\n| --- | --- | --- |\n| Flask | 2.3.2 | A simple framework for building complex web applications |\n| Flask-Assets | 2.0 | Asset management for Flask, to compress and merge CSS and Javascript files |\n| Flask-WTF | 1.1.1 | Form rendering, validation, and CSRF protection for Flask with WTForms |\n| Flask-Login | 0.6.2 | User authentication and session management for Flask |\n| MongoEngine | 0.27.0 | A Python Object-Document Mapper for working with MongoDB |\n| jsmin | 3.0.1 | JavaScript minifier |\n| rcssmin | 1.1.1 | CSS Minifier |\n| python-dotenv | 1.0.0 | Read key-value pairs from a `.env` file and set them as environment variables |\n| email-validator | 2.0.0.post2 | A robust email address syntax and deliverability validation library |\n\n### Web Frameworks\n\n| Framework | Version | Description |\n| --- | --- | --- |\n| Bootstrap RTL | 5.3 | Powerful, extensible, and feature-packed frontend toolkit\n\n## Contributing\n\nI welcome contributions! Please refer to [CONTRIBUTING.md](/CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests.\n\n## Founder\n\nThis repository was founded by [*Kazem Forghani*](https://github.com/k-forghani), a student of Computer Science Department of Iran University of Science and Technology.\n\nYou can contact via k_forghani@mathdep.iust.ac.ir.\n\n## License\n\nThis repository has been released under *MIT License*.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-forghani%2Fflask-advanced-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk-forghani%2Fflask-advanced-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-forghani%2Fflask-advanced-template/lists"}