An open API service indexing awesome lists of open source software.

https://github.com/misterhat/flask-bank

bank interface using flask, bootstrap and mysql
https://github.com/misterhat/flask-bank

bank flask python

Last synced: 2 months ago
JSON representation

bank interface using flask, bootstrap and mysql

Awesome Lists containing this project

README

          

# flask-bank

a bank website written in python utilizing
[flask](https://flask.palletsprojects.com/en/2.0.x/),
[bootstrap](https://getbootstrap.com/) and
[mysql](https://www.mysql.com/).

## setup

```
$ pip install Flask flask-mysql flask_wtf timeago flask-socketio gevent gevent-websocket
```

## license
Copyright 2021 Zorian Medwid

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option)
any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along
with this program. If not, see http://www.gnu.org/licenses/.