Skip to content

Repository files navigation

LighterPack

LighterPack helps you track the gear you bring on adventures.

How to run Lighterpack

  1. Install node.js, npm and postgres
  2. $ git clone https://github.com/galenmaly/lighterpack.git
  3. Install dependancies $ npm install
  4. Configure postgres
sudo -u postgres psql -c "CREATE USER lp WITH PASSWORD 'DBPASSWORD';"
sudo -u postgres psql -c "CREATE DATABASE lighterpack OWNER lp;"
sudo -u postgres psql lighterpack < db/01_users.sql
  1. Create a local config file cp config/default.json config/local.json
  2. Edit the db config params in local.json
  3. Start back end $ npm run dev
  4. go to http://localhost:3000

About

No description, website, or topics provided.

Resources

Contributing

Stars

810 stars

Watchers

47 watching

Forks

Releases

Packages

Used by

Contributors

Languages