| 1 | 2 |
|---|---|
![]() |
![]() |
Clone this repository:
git clone https://github.com/amirho3inf/flask-donation-page.gitGo to the directory and install requirements:
cd flask-donation-page
pip install -r requirementsCustomize the configuration in config.py file
And finally run the migrations:
flask db upgradeNow you can run it:
flask run
