Anioko / subscribie

Subscription Website Builder - subscription website in a box

Home Page:https://subscribie.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subscribie - Subscription Website Builder

variable subscription & recurring payments

Build Status

What does this project do?

Quickly build a subscription based website, taking variable monthly payments.

  • You have a subscription service to sell
  • Each of your packages have unique selling points (USPs)
  • Each have a different reoccurring price

Use Subscribie to build your subscription model business & test your market.

Why is this project useful?

A lot of the hard work has been done for you. If you're a devloper, you can impress your clients quickly, if you're a small business owner, you might want to try the subscription website hosting service but you can always host it yourself too.

  • Low risk (not very expensive)
  • No coding required
  • Simple: Just give us your USPs for each service & price
  • Upload your pictures
  • Choose between Stripe & Gocardless (more coming soon!)

An abstraction layer for managing variable recurring subscriptions and billing. Abstracts direct debit and token based card payment providers or payment-institutions.

Keywords: subscriptions, payments, PS2, SEPA

Quickstart

git clone https://github.com/Subscribie/subscribie.git
cd subscribie
cp .env.example .env # Copy default .env settings (look at it)
virtualenv -p python3 venv # Create a python3.x virtualenv
. venv/bin/activate # Activate the virtualenv
pip install -r requirements.txt # Install requirements
export FLASK_APP=subscribie
export FLASK_DEBUG=1
flask run # Run the app

Now visit http://127.0.0.1:5000

Docs

https://subscribie.readthedocs.io

Demo

https://subscriptionwebsitebuilder.co.uk

Tests

To run tests:

. venv/bin/activate # activate virtualenv
python -m pytest # run pytest

Where can I get more help, if I need it?

Read through the docs Submit a detailed issue

About

Subscription Website Builder - subscription website in a box

https://subscribie.readthedocs.io/en/latest/

License:Mozilla Public License 2.0


Languages

Language:CSS 54.6%Language:Python 28.9%Language:HTML 15.5%Language:Makefile 0.5%Language:Dockerfile 0.2%Language:JavaScript 0.1%Language:Smarty 0.1%Language:Mako 0.1%Language:Shell 0.1%