Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 454 Bytes

payapp.

A little Payment System Written In Python and Posgresql. There is Flask and Bootstrap inside. Thanks to Boostrap Freelancer Template.

How to Use It

Clone the repo $ git clone https://github.com/saviour123/payapp.git && cd payapp

You need a virtualenv $ virtualenv env

Install the requirements and fire the server. $ pip install -r requirements.txt $ python app.py