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:
To get it running locally:
- clone repo
npm install
- 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
npm run dev
- Create a config.env file and ask us for the contents!
- view project on port 8000
npm run coverage
for code coverage
Dev Dependencies:
- nodemon
- tape
- tap-spec
- codecov
- nyc / istanbul
- supertest
Dependencies:
- bcryptjs
- cookie
- jsonwebtoken
- and more...
Checklist:
More in HackMD
Whiteboarding and User Stories
Original Whiteboard
User adds a post when logged in
Difficulties
- Redirecting after submitting new user
- problem with postData function in handler.js
- Getting bcrypt to actually match passwords
- Adding and getting environment variables to work in Travis (It worked when the config file was in Github)
What we are proud of
- Promise on db_build.js
- The YAK!!!
- Not calling it FAK Chat