{"id":51075372,"url":"https://github.com/codestorm-official/flask","last_synced_at":"2026-06-23T13:41:18.686Z","repository":{"id":340162663,"uuid":"1040568374","full_name":"codestorm-official/flask","owner":"codestorm-official","description":"Minimal Flask Starter – Lightweight Python boilerplate for web apps","archived":false,"fork":false,"pushed_at":"2025-08-19T07:31:08.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-23T22:49:19.355Z","etag":null,"topics":["flask","flask-application"],"latest_commit_sha":null,"homepage":"https://railway.com/deploy/flask-1","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/codestorm-official.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":[],"ko_fi":"asepsaputra","buy_me_a_coffee":"asepsaputra","custom":["https://saweria.co/asepsp","https://paypal.me/selaris"]}},"created_at":"2025-08-19T07:15:21.000Z","updated_at":"2025-08-19T07:31:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codestorm-official/flask","commit_stats":null,"previous_names":["codestorm-official/flask"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codestorm-official/flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestorm-official%2Fflask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestorm-official%2Fflask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestorm-official%2Fflask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestorm-official%2Fflask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codestorm-official","download_url":"https://codeload.github.com/codestorm-official/flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codestorm-official%2Fflask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34692769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["flask","flask-application"],"created_at":"2026-06-23T13:41:17.999Z","updated_at":"2026-06-23T13:41:18.680Z","avatar_url":"https://github.com/codestorm-official.png","language":"CSS","funding_links":["https://ko-fi.com/asepsaputra","https://buymeacoffee.com/asepsaputra","https://saweria.co/asepsp","https://paypal.me/selaris"],"categories":[],"sub_categories":[],"readme":"# Modern Flask Web App Prototype\n\n[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/flask-1?referralCode=asepsp)\n\n![static-site](preview.png)\n\nThis is a prototype of a modern web application built with Flask. It features a clean, responsive design, handles environment variables for configuration, and includes a custom-styled 404 error page.\n\n## Features\n\n- **Modern UI/UX:** Clean, responsive, and animated user interface.\n- **Flask Backend:** Simple and powerful Python-based backend.\n- **Environment-based Configuration:** Uses a `.env` file for easy local development configuration (e.g., setting the `PORT`).\n- **Custom 404 Page:** A styled and user-friendly \"Not Found\" page.\n- **Production Ready:** Includes `gunicorn` in `requirements.txt` for deployment.\n\n## Prerequisites\n\n- Python 3.x\n- pip (Python package installer)\n\n## Setup \u0026 Installation\n\n1.  **Clone the repository:**\n    ```bash\n    git clone \u003cyour-repo-url\u003e\n    cd flask-template\n    ```\n\n2.  **Create a virtual environment (recommended):**\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n    ```\n\n3.  **Install the dependencies:**\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4.  **Configure your environment:**\n    -   Create a file named `.env` in the project root.\n    -   Add your environment variables. You can start by copying the example:\n    ```\n    # .env\n    PORT=5000\n    ```\n\n## Running the Application\n\nYou can run the application in two ways:\n\n1.  **Using the `flask` command (for development):**\n    ```bash\n    flask run\n    ```\n    The application will be available at `http://127.0.0.1:5000` (or the port you specified in `.env`).\n\n2.  **Using `python`:**\n    ```bash\n    python app.py\n    ```\n\n## Deployment\n\nFor production, it is recommended to use a production-grade WSGI server like Gunicorn.\n\n```bash\ngunicorn --bind 0.0.0.0:$PORT app:app\n```\nThis command will start Gunicorn, binding it to the port specified in your environment variables.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodestorm-official%2Fflask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodestorm-official%2Fflask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodestorm-official%2Fflask/lists"}