fac-15 / FAC-YAK

A web app to propose lightning talks at FAC
0 stars 2 forks source link

Build Status

codecov

Fac Yak

A thing where you can add and view lightning talks at Founders and Coders. Sign up and log in to add a talk, and view all talks on the main splash page. Team members are:

yak

To get it running locally:

  1. clone repo
  2. npm install
  3. run database build scripts: node database/bd_build.js - main database, hosted on heroku. NOTE this will overwrite current database node database/bd_build_test.js - testing database
  4. npm run dev
  5. Create a config.env file and ask us for the contents!
  6. view project on port 8000
  7. npm run coveragefor code coverage

Dev Dependencies:

Dependencies:


Checklist:

More in HackMD


Whiteboarding and User Stories

Original Whiteboard

User adds a post when logged in


Difficulties

What we are proud of