1 | 2 |
---|---|
Clone this repository:
git clone https://github.com/amirho3inf/flask-donation-page.git
Go to the directory and install requirements:
cd flask-donation-page
pip install -r requirements
Customize the configuration in config.py
file
And finally run the migrations:
flask db upgrade
Now you can run it:
flask run