Skip to content

ezesundayeze/subscription

Repository files navigation

A basic Subscription App to emulate yearly website subscription.

Test

Build Status

Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages