{"id":28747393,"url":"https://github.com/searchformyusername/simpleflaskbolierplate","last_synced_at":"2026-04-28T13:32:45.588Z","repository":{"id":128861010,"uuid":"266284793","full_name":"searchformyusername/SimpleFlaskBolierPlate","owner":"searchformyusername","description":"Minimal Flask Boilerplate that supports BluePrint","archived":false,"fork":false,"pushed_at":"2020-05-23T08:01:21.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T16:18:05.870Z","etag":null,"topics":["bolierplate","flask","flask-api","flask-boilerplate","flask-restful","flask-server","flask-socketio","heroku","heroku-ready","hosting","import"],"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/searchformyusername.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-05-23T07:25:24.000Z","updated_at":"2020-11-13T02:03:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"92c892d7-c401-4bf3-8ccc-1ab8e6c42b9f","html_url":"https://github.com/searchformyusername/SimpleFlaskBolierPlate","commit_stats":null,"previous_names":["searchformyusername/simpleflaskbolierplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/searchformyusername/SimpleFlaskBolierPlate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/searchformyusername%2FSimpleFlaskBolierPlate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/searchformyusername%2FSimpleFlaskBolierPlate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/searchformyusername%2FSimpleFlaskBolierPlate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/searchformyusername%2FSimpleFlaskBolierPlate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/searchformyusername","download_url":"https://codeload.github.com/searchformyusername/SimpleFlaskBolierPlate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/searchformyusername%2FSimpleFlaskBolierPlate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263076927,"owners_count":23410164,"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":["bolierplate","flask","flask-api","flask-boilerplate","flask-restful","flask-server","flask-socketio","heroku","heroku-ready","hosting","import"],"created_at":"2025-06-16T16:18:03.927Z","updated_at":"2026-04-28T13:32:45.540Z","avatar_url":"https://github.com/searchformyusername.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleFlaskBolierPlate\n- This is minimal Flask BolierPlate that you can use for building RestAPIs\n- No Relative Import Error\n- No Circular Import Error\n- You can add Sockets also\n- Register your extra BluePrints with app\n- You can host it on Heroku by following Below Steps\n\n```bash\nheroku create AppName1\ngit push heroku master\nheroku addons:create heroku-postgresql:hobby-dev\nheroku run python # setting up database\nfrom app import * # app is folder inside which I have my models, routes, api, sockets in a systematic format :: Target is-to import db\ndb.create_all() # Don't worry that you haven't written any PostgreSQL code, it's all done | details in mind, lol\nexit()\n```\n\n## Test App Hosted [Here](https://simpleflaskapp98.herokuapp.com/)\n- Check DB by using below Endpoint\n```txt\nhttps://simpleflaskapp98.herokuapp.com/auth/user/registration\n```\n- with below json body\n```json\n{\n\t\"username\":\"Kush\",\n\t\"password\": \"123456\"\n}\n```\n\n## Help Docs\n- [Heroku Host](https://gist.github.com/1UC1F3R616/3bd89fb9f058c619e49e6ebfba41d83e)\n- [Flask Tips](https://gist.github.com/1UC1F3R616/33c3d44536ff75ee2ad5974890b0f61e)\n- [PostgreSQL](https://gist.github.com/1UC1F3R616/b669f1bd14f08588480f708a51396312)\n\n## Other Availbale BoilerPlates\n- Django based Layout for Flask\n- Separate Model with BluePrints along with Static and Templates\n\n````````````````````\n- I hate python import (Pun Intended)\n````````````````````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsearchformyusername%2Fsimpleflaskbolierplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsearchformyusername%2Fsimpleflaskbolierplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsearchformyusername%2Fsimpleflaskbolierplate/lists"}