Skip to content

boiyelove/flask-miniwallet

Repository files navigation

Miniwallet with flask and paystack implementation

Setup

pip install -r req.txt

Setup Paystack Keys in config.py configuration file Get it here:

  • Change Paystack Secret Key: PAYSTACK_SECRET_KEY
  • Change Paystack Public Key: PAYSTACK_PUBLIC_KEY

Flask setup from windows commandline

FLASK_APP = run.py
FLASK_CONFIG = development
FLASK_ENV = development

Database setup

flask db init
flask db migrate
flask db upgrade

Finally run the app

flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published