Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

executable file
·
17 lines (14 loc) · 450 Bytes

LighterPack

LighterPack helps you track the gear you bring on adventures.

How to run Lighterpack

  1. Install node.js, npm and mongo
  2. $ git clone https://github.com/galenmaly/lighterpack.git
  3. Install dependancies $ npm install
  4. start mongo $ mongod
  5. Start app $ npm start
  6. go to http://localhost:8080

Future non-feature initiatives

  • Migrate to postgres document store from mongo