Skip to content

madhums/borderguru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a node app demoing order placements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published