Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 757 Bytes

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.