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
- Host: GitHub
- URL: https://github.com/misterhat/flask-bank
- Owner: misterhat
- License: agpl-3.0
- Created: 2021-08-09T15:37:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T10:01:07.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T12:57:32.944Z (over 1 year ago)
- Topics: bank, flask, python
- Language: Python
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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/.