Skip to content

Planning poker app. Experiment with hanami framework at the hack week

Notifications You must be signed in to change notification settings

mjacobus/planning_poker

Repository files navigation

Planning Poker

Planning poker App for remote teams

Build Status Coverage Status Code Climate Scrutinizer Code Quality Dependency Status

Project Setup

Installing dependencies, creates database

bundle install
bundle exec hanami db prepare
bundle exec hanami db migrate

Starting the server:

bundle exec hanami server

Navigate to localhost:2300

Running the tests

HANAMI_ENV=test bundle exec hanami db prepare
HANAMI_ENV=test bundle exec hanami db migrate

Running the tests

bundle exec rspec

Navigate to localhost:2300

Project Setup Frontend

Install dependencies:

cd client
npm install

Start dev server:

cd client
npm run start

Navigate to localhost:3000

Build:

cd client
npm run build

About

Planning poker app. Experiment with hanami framework at the hack week

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published