Test
clone the repo and install the dependencies
git clone https://github.com/rexeze/subscription.git
Create a virtual environment and actvate it
virtualenv venv && source venv/bin/activate
install dependencies
pip install -r requirements.txt
The peewee ORM was used so we need to run migrations Run
pem migrate
Set up is complete. Run test.
python3 -m inittest
boom, you can play around with the app