BarCamp Green Bay app code.
- Docker
- clone and cd to this repo
- run
docker-compose up
and open browser to localhost:8000 - run
docker exec barcampgborg_web_1 npm run seed
once to seed the db - run
docker exec barcampgborg_web_1 npm test
to execute the tests
After running the seed command, two users will exist:
- email: [email protected]; password: test; admin: true
- email: [email protected]; password: test
An event and a couple proposals will also be created.