This generates a token and stores it against a card, which will be used later in transactions
Steps in setting up this application. There are two ways:
- Docker
- local python setup
Setting up using docker
- docker
- docker-compose
- A database
- clone this repository
- copy
.env.example
to.env
- fill in .env with the correct settings
- run
docker-compose up -d
- visit http://your-ip:8009
You can setup reverse proxy to serve on a domain
Setting up using your local python build
- python3
- python3 venv
- pip
- clone this repository
- copy
.env.example
to.env
- fill in .env with the correct settings
- install requirements: run
pip install -r requirements.txt
- to serve the app: run
flask run
- Visit http://your-ip:5000
Contact:
- Friday Godswill [email protected]
Api documentation: https://documenter.getpostman.com/view/3444520/SzfCV69W?version=latest