Happy paws Happy paws

Happy paws is proof of concept app used to experiment with GoCardless API integration. The main scope of this app is to impersonate the role of partner integrator, get familiar with the GoCardless API and get familiar with the subscription/payment workflow.

A customer of Happy Paws app can create an online account and subscribe to a variety of monthly subscriptions. He can create view all his active subscriptions and create as many subscriptions as he wants.

Tech stacks

  • React - javascript library
  • Next.Js - react framework
  • Neltify - deployment service
  • Fauna - database

Installation options

Option one: One-click deploy

Click on the button below to automatically create a repo for you and deploy it to Netlify

Deploy to Netlify

Option two: Manual clone

  1. Clone this repo: git clone https://github.com/oanaOM/netlify-gocardless-subscription.git
  2. Navigate to the directory and run npm install then npm run dev
  3. Make your changes
  4. Connect to Netlify manually (the netlify.toml file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)

Running the application

First, run the development server:

npm run dev or yarn dev

Open http://localhost:3000 with your browser to see the result.