payment_test

Web version of a part of this project available on Heroku

If you want test this project on your local machine run the following commands:

git clone https://github.com/RGBsrs/payment_test.git

Then create virtual enviroment:

virtualenv env

Activate this enviroment:

On Linux/Mac

env/bin/activate

On Windows

env/Scripts/activate

Install all dependencies:

pip install -r requirements.txt

And now you can start this app:

flask run