{"id":16930348,"url":"https://github.com/chriso345/flask-boilerplate","last_synced_at":"2026-05-17T17:43:35.839Z","repository":{"id":115259088,"uuid":"288581492","full_name":"ChrisO345/flask-boilerplate","owner":"ChrisO345","description":"Simple Flask Boilerplate to aid in the setup of a new project","archived":false,"fork":false,"pushed_at":"2022-08-02T22:28:21.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T00:11:24.038Z","etag":null,"topics":["boilerplate","flask","flask-application","python","python3","template"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChrisO345.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-08-18T22:58:27.000Z","updated_at":"2022-08-02T22:25:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"84e537bd-b866-4560-88d7-43095c1870a7","html_url":"https://github.com/ChrisO345/flask-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisO345%2Fflask-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisO345%2Fflask-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisO345%2Fflask-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisO345%2Fflask-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisO345","download_url":"https://codeload.github.com/ChrisO345/flask-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244729322,"owners_count":20500227,"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":["boilerplate","flask","flask-application","python","python3","template"],"created_at":"2024-10-13T20:41:29.397Z","updated_at":"2026-05-17T17:43:30.806Z","avatar_url":"https://github.com/ChrisO345.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Flask Boilerplate\n\n\n### Install Flask\n\nOpen the terminal, and use the following command to install Flask.\n```\npip install Flask\n```\n\nIf you want to work with the latest Flask code before it’s released, \ninstall or update the code from the master branch:\n```\npip install -U https://github.com/pallets/flask/archive/master.tar.gz\n```\n\n\n### Run the Application\n\nNow you can run your application using the flask command. From the terminal, \ntell Flask where to find your application, then run it in development mode. \nYou should be in the top-level flask-tutorial directory, not the \nflaskr package.\n\nDevelopment mode shows an interactive debugger whenever a page raises an \nexception, and restarts the server whenever you make changes to the code. \nYou can leave it running and just reload the browser page as you change the\ncode.\n\nFor Linux and Mac:\n```\n$ export FLASK_APP=flaskr\n$ export FLASK_ENV=development\n$ flask run\n```\n\nFor Windows cmd, use set instead of export:\n```\n\u003e set FLASK_APP=flaskr\n\u003e set FLASK_ENV=development\n\u003e flask run\n```\nFor Windows PowerShell, use $env: instead of export:\n```\n\u003e $env:FLASK_APP = \"flaskr\"\n\u003e $env:FLASK_ENV = \"development\"\n\u003e flask run\n```\n\nYou should see an output similar to this:\n```\n* Serving Flask app \"flaskr\"\n* Environment: development\n* Debug mode: on\n* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)\n* Restarting with stat\n* Debugger is active!\n* Debugger PIN: 855-212-761\n```\nIf this doesn't work, try running off a different port:\n```\nflask run -p 8000\n``` \n\n\nVisit http://127.0.0.1:5000/hello in the browser, and you should see the \n“Hello, World!” message.\n\nFor More Information, check out the docs https://flask.palletsprojects.com/en/1.1.x/ ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriso345%2Fflask-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchriso345%2Fflask-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriso345%2Fflask-boilerplate/lists"}