{"id":13502391,"url":"https://github.com/angstwad/elemental","last_synced_at":"2025-12-30T02:02:56.596Z","repository":{"id":13656482,"uuid":"16350026","full_name":"angstwad/elemental","owner":"angstwad","description":"A MVC-style project base for Flask applications","archived":false,"fork":false,"pushed_at":"2014-02-09T17:05:20.000Z","size":236,"stargazers_count":51,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T21:35:45.083Z","etag":null,"topics":["flask","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angstwad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-29T16:07:16.000Z","updated_at":"2022-12-06T19:40:07.000Z","dependencies_parsed_at":"2022-09-14T14:01:13.705Z","dependency_job_id":null,"html_url":"https://github.com/angstwad/elemental","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/angstwad%2Felemental","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angstwad%2Felemental/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angstwad%2Felemental/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angstwad%2Felemental/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angstwad","download_url":"https://codeload.github.com/angstwad/elemental/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174207,"owners_count":20735406,"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":["flask","python"],"created_at":"2024-07-31T22:02:12.404Z","updated_at":"2025-12-30T02:02:51.552Z","avatar_url":"https://github.com/angstwad.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Elemental\n=========\n\nA Flask MVC-style application base.\n\n## Purpose\n\nElemental was written to provide my most basic needs in public-facing Flask apps.  A quick rundown of what it provides:\n\n1. A signup, login, logout and hello world view\n2. User-related code is dependent on flask-login and uses bcrypt for passwords\n3. MongoDB as a backend with MongoEngine as the ODM\n4. flask-admin to provide quick admin views of MongoDB collections\n5. flask-wtf for forms\n6. A common ancestor template (`header.html`) to inherit, which provides Bootstrap (and a navbar) and jQuery\n7. A basic, logical separation of the application inspired by the MVC software pattern.\n\n## Use\n\n**Be sure to edit the elemental/config/config.py file to settings that suit your environment.**  Primarily, be sure to change the `MONGO_SETTINGS['host']` setting in config.py.\n\nThe Flask development server can be invoked from a Python environment that has installed the requirements in `requirements.txt`.\n\n```\n$ python runapp.py\n```\n\nI wrote Elemental with the intent of running derivative apps with Gunicorn in production.\n\n#### Dependencies:\n* flask-login\n* flask-admin\n* flask-debugtoolbar\n* flask-mongoengine\n* flask-bcrypt\n* flask-wtf\n\n## License\n\nApache 2.0\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangstwad%2Felemental","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangstwad%2Felemental","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangstwad%2Felemental/lists"}