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
- Host: GitHub
- URL: https://github.com/rawnly/braintree-test
- Owner: rawnly
- Created: 2018-08-29T14:10:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T08:43:01.000Z (about 7 years ago)
- Last Synced: 2024-12-28T09:43:29.300Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```