Alpha Merchant App - Simple Backend
Simple backend to demonstrate how to implement the endpoints to integrate with Trustly.
- node 16 or higher
# clone the repository
$ git clone https://github.com/TrustlyInc/trustly-nestjs-example.git
Copy the .env.example
file to a new .env
file and fill out your environment variables.
# install dependencies
$ npm install
# development
$ npm run start:dev
http://localhost:8080/api
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.