Skip to content

mic0des/room8

Repository files navigation

room8

Description

Decision making app for roommates, friends, or whatever. Anonymous, easy and fast.

Project Setup

  1. Fork this repo
  2. Clone to your machine

Getting Started

  1. Update the .env file with your correct local information
  2. Install dependencies: npm i
  3. Fix to binaries for sass: npm rebuild node-sass
  4. Run migrations: npm run knex migrate:latest
  5. add to env. MAILGUN_KEY=<your_mailgun_key> MAILGUN_DOMAIN=<your_mailgun_domain>
  • Check the migrations folder to see what gets created in the DB
  1. Run the seed: npm run knex seed:run
  • Check the seeds file to see what gets seeded in the DB
  1. Run the server: npm run local
  2. Visit http://localhost:8080/

Contributing

  1. Add new remote as the master branch $ git remote add absolute-master https://github.com/jelocodes/room8
  2. Pull from master to get latest stable version before working git pull absolute-master
  3. Checkout and switch to a new branch named as the feature you're working on get checkout -b pwn-noobs
  4. Do local tests
  5. Push to your forked copy's branch on Github (not absolute-master) git push origin pwn-noobs
  6. Open pull request
  7. Wait for merge

Dependencies

  • Node 5.10.x or above
  • NPM 3.8.x or above

TESTING STUFFS

Mock Up Images

Homepage

alt text

New Poll Step 1

alt text

New Poll Step 2

alt text

New Poll Step 3

alt text

Admin Page

alt text

New Poll

alt text

Thank you for voting page

alt text

Results

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published