Skip to content

RedoxEngine/redox-sample-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redox Sample Application

Getting Started

Install Sails

$ sudo npm -g install sails

Install PostgreSQL

  • Mac: Here is a guide using homebrew. This is preferred because it does all of the role setup for you.

Install Dependencies

$ npm install
$ bower install

Setup a local database

$ createdb end-point

Complete organization specific setup

In /api/controllers/RedoxController.js specify your source and/or destination values within the "TODO" section. Alternatively you can set the following environment variables for your node app:

  • VERIFICATION_TOKEN
  • REDOX_API_KEY
  • REDOX_API_SECRET

Run Locally

$ sails lift

About

Get started with the RedoxEngine API and nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published