/exchange-api

Demo exchange api

Primary LanguageJavaScript

JavaScript Style Guide

Exchange Api

Demo API

Setup

# Use Node 10 LTS
nvm use

# Create the .env file and set the variables
cp env.example.js env.js

# install dependencies
$ npm install

# serve with hot reload at localhost:3500
$ npm run dev

# run the server on production
$ npm start