Skip to content

BarCampGreenBay/barcampgb.org

Repository files navigation

BarCamp Green Bay App

Build Status

BarCamp Green Bay app code.

Prerequisites

  • Docker

Development

  1. clone and cd to this repo
  2. run docker-compose up and open browser to localhost:8000
  3. run docker exec barcampgborg_web_1 npm run seed once to seed the db
  4. run docker exec barcampgborg_web_1 npm test to execute the tests

Seed data

After running the seed command, two users will exist:

An event and a couple proposals will also be created.