LighterPack helps you track the gear you bring on adventures.
- Install node.js, npm and mongo
$ git clone https://github.com/galenmaly/lighterpack.git
- Install dependancies
$ npm install
- start mongo
$ mongod
- Start app
$ npm start
- go to http://localhost:8080
- Migrate to postgres document store from mongo