Skip to content

danielsteman/gogocardless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogocardless

Go to bank account data portal

Check out the docs

Development

Ripped these vscode settings

Run a local Postgres instance:

docker run -d \
    --name gogocardless-postgres \
    -e POSTGRES_DB=gogocardless \
    -e POSTGRES_USER=admin \
    -e POSTGRES_PASSWORD=admin \
    -p 5432:5432 \
    postgres:latest

Run service that fetches data from gocardless:

go run ./cmd

Run frontend:

cd web
yarn install
yarn dev

Tests

Fire up the test database:

docker run -d \          
    --name gogocardless-postgres-test \
    -e POSTGRES_DB=gogocardless-test \
    -e POSTGRES_USER=admin \
    -e POSTGRES_PASSWORD=admin \
    -p 5431:5432 \
    postgres:latest

Run tests:

go test ./...

Market research

  1. How many people are affected by the problem of not being able to pay their subscriptions?

Connections

mastercard

About

A bank transaction parser using gocardless as PSD2 broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published