Skip to content

TrustlyInc/trustly-nestjs-example

Repository files navigation

Alpha Merchant App - Simple Backend

Description

Simple backend to demonstrate how to implement the endpoints to integrate with Trustly.

Requirements

  • node 16 or higher

Clone the app

# clone the repository
$ git clone https://github.com/TrustlyInc/trustly-nestjs-example.git

Configuring Trustly API credentials

Copy the .env.example file to a new .env file and fill out your environment variables.

Install dependencies

# install dependencies
$ npm install

Running the app

# development
$ npm run start:dev

Swagger

http://localhost:8080/api

Contributing

You can participate in this project by submitting bugs and feature requests in the Issues tab. Please, add @lukevance as an assignee.

If you are interested in fixing issues and contributing directly to the code base, feel free to open a Pull Request with your changes. Please, make sure to fulfill our Pull Request Template and add @lukevance as code reviewer.