Skip to content

Straw Poll is a basic, real-time polling app, for thumbing up or down.

License

Notifications You must be signed in to change notification settings

qarth/straw-poll

 
 

Repository files navigation

Straw Poll

Build Status Coverage Status

Straw Poll is a basic, real-time polling app, for thumbing up or down.

Getting Started

  1. Fork/Clone
  2. Install dependencies - npm install
  3. Rename the .env_sample file to .env and update
  4. Create two local Postgres databases - Straw_poll and Straw_poll_test
  5. Migrate - knex migrate:latest --env development
  6. Seed - knex seed:run --env development
  7. Run the development server - gulp

Test

Without code coverage:

$ npm test

With code coverage:

$ npm run coverage

Todo

  1. Test socket.io
  2. e2e tests

Images


About

Straw Poll is a basic, real-time polling app, for thumbing up or down.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • HTML 16.4%
  • CSS 0.4%