{"id":20912492,"url":"https://github.com/fogleman/helloflask","last_synced_at":"2025-05-13T08:30:56.139Z","repository":{"id":3569992,"uuid":"4632193","full_name":"fogleman/HelloFlask","owner":"fogleman","description":"A boiler-plate starting point for a Flask web application, including SQLAlchemy, WTForms and Bootstrap.","archived":false,"fork":false,"pushed_at":"2013-10-26T01:51:34.000Z","size":274,"stargazers_count":37,"open_issues_count":1,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-01T20:11:54.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://mfogleman.webfactional.com/hello/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"uhub/awesome-matlab","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fogleman.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2012-06-12T01:49:43.000Z","updated_at":"2025-02-28T20:52:55.000Z","dependencies_parsed_at":"2022-09-16T04:41:25.196Z","dependency_job_id":null,"html_url":"https://github.com/fogleman/HelloFlask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2FHelloFlask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2FHelloFlask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2FHelloFlask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2FHelloFlask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fogleman","download_url":"https://codeload.github.com/fogleman/HelloFlask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253903647,"owners_count":21981727,"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":[],"created_at":"2024-11-18T14:27:43.692Z","updated_at":"2025-05-13T08:30:55.841Z","avatar_url":"https://github.com/fogleman.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello Flask\n\nA boiler-plate starting point for a Flask web application, including SQLAlchemy, WTForms and Bootstrap.\n\n## Demo\n\nhttp://mfogleman.webfactional.com/hello/\n\n## Dependencies\n\n    pip install Flask\n    pip install Flask-SQLAlchemy\n    pip install Flask-WTF\n\n## Customizations\n\n**Be sure to set a `SECRET_KEY` in hello/config.py** ... you can generate one like this:\n\n    import uuid\n    print uuid.uuid4().hex\n\n## Modules\n\nAlthough it is possible for a Flask app to be contained entirely within a single Python module, this project splits different functionality into different modules to facilitate maintainability. Below is a description of each module.\n\n- `__init__.py` - Constructs the Flask app object and configures it. Imports the other modules to emulate a single-module application.\n- `config.py` - Contains the app configuration.\n- `forms.py` - Contains WTForms Form objects for use in views and templates.\n- `hooks.py` - Contains Flask and Jinja helper methods.\n- `models.py` - Contains the database model classes for SQLAlchemy.\n- `views.py` - Contains the app views.\n\n## Running\n\n    python main.py\n\n## Screenshot\n\n![](https://raw.github.com/fogleman/HelloFlask/master/screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fhelloflask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffogleman%2Fhelloflask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fhelloflask/lists"}