Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 689 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 689 Bytes

Checkout the live demo here http://borderguru.herokuapp.com/

Prerequisites

Make sure you have Node.js and mongodb up and running.

Setup:

$ git clone https://github.com/madhums/borderguru.git
$ cd borderguru
$ npm install
$ export NODE_PATH=./config:./app/controllers
$ export NODE_ENV=development
$ npm start

Then visit http://localhost:3000

Structure

Main application logic can be found in order controller and order model

P.S: Part of this setup has been taken from my own boilerplate which can be found here