An open API service indexing awesome lists of open source software.

https://github.com/rawnly/braintree-test

Braintree Nodejs Server
https://github.com/rawnly/braintree-test

Last synced: 7 months ago
JSON representation

Braintree Nodejs Server

Awesome Lists containing this project

README

          

# Braintree Test
> Braintree nodejs setup

## Installation
```sh
# Clone this repo
git clone https://github.com/Rawnly/braintree-test

# Enter in the project folder
cd braintree-test

# Fill the .env file with your credentials
cp example.env .env

# Install dependecies
npm install

# Run the server
npm start
```