{"id":23913450,"url":"https://github.com/shyamz-22/bankingpy","last_synced_at":"2026-05-12T20:44:30.643Z","repository":{"id":40773878,"uuid":"156533218","full_name":"shyamz-22/bankingPy","owner":"shyamz-22","description":"This a simple flask example of Banking Kata implementation","archived":false,"fork":false,"pushed_at":"2023-01-19T04:03:43.000Z","size":103,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T09:45:16.542Z","etag":null,"topics":["flask","flask-application","kata","python-3-7","python3","webapplication"],"latest_commit_sha":null,"homepage":null,"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/shyamz-22.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}},"created_at":"2018-11-07T11:00:04.000Z","updated_at":"2020-07-08T09:54:26.000Z","dependencies_parsed_at":"2023-02-10T20:16:01.942Z","dependency_job_id":null,"html_url":"https://github.com/shyamz-22/bankingPy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyamz-22%2FbankingPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyamz-22%2FbankingPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyamz-22%2FbankingPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyamz-22%2FbankingPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shyamz-22","download_url":"https://codeload.github.com/shyamz-22/bankingPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240357728,"owners_count":19788766,"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","flask-application","kata","python-3-7","python3","webapplication"],"created_at":"2025-01-05T09:45:20.040Z","updated_at":"2026-05-12T20:44:30.608Z","avatar_url":"https://github.com/shyamz-22.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banking\n\nThis a simple [flask](http://flask.pocoo.org/) example of [Banking Kata](http://kata-log.rocks/banking-kata \"Banking Kata\")\n\n## Project Structure\n\nThe structure of the project is [Divisional](http://exploreflask.com/en/latest/blueprints.html#divisional)\n\n## Setup \n\n- [Pipenv](https://pipenv.readthedocs.io/en/latest/)\n- Python 3.7\n- Flask\n- Jinja2\n- mysqlclient\n\n## Installing mysqlclient on macOS Mojave\n\nIf you get the following error while installing mysqlclient \n``` \nclang: error: linker command failed with exit code 1 (use -v to see invocation)\nerror: command 'clang' failed with exit status 1\n```\n\nExport these flags for the compilers to find OpenSSL in `zsh`\n\n```bash\n\u003e export LDFLAGS=\"-L/usr/local/opt/openssl/lib\"\n\u003e export CPPFLAGS=\"-I/usr/local/opt/openssl/include\"\n```\n\nTo find the right flags run `brew info openSSL`\n\n\n## DB Migration\n\n`flask-migrate` is used for database migrations. Go into `app` package and do the following\n\n1. To initialize database migration for the first time execute `flask db init`\n2. To Create migration script automatically execute `flask db migrate -m \"users table\"`\n3. To apply the migration run `flask db upgrade`\n\n## Running the application\n\n```bash\n  \u003e export APP_SETTINGS=\"app.config.DevelopmentConfig\"\n  \u003e flask run  \n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyamz-22%2Fbankingpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshyamz-22%2Fbankingpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyamz-22%2Fbankingpy/lists"}