mirror of
https://github.com/RoiArthurB/Side-BunDauCoin.git
synced 2026-07-09 18:20:33 +00:00
💰 This is a small crypto-currency made for fun 💸
- Python 100%
| .github | ||
| BunDauCoin | ||
| img | ||
| .gitignore | ||
| config.py.example | ||
| LICENSE | ||
| README.md | ||
| requires.txt | ||
Side-BunDauCoin
💰 This is a small crypto-currency made for fun 💸
This readme is a WIP with quick snippets for me developping
Running local instance
Export some bash variables
export FLASK_APP=BunDauCoin
export FLASK_ENV=development
Create the database
$ flask init-db
Initialized the database.
And run
$ flask run
* Serving Flask app 'BunDauCoin' (lazy loading)
* Environment: development
* Debug mode: on
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 638-707-363
Made with
- Python 3.9.5
- Flash 2.0.1
- Mắm tôm 😉