skill-assessment-app/README.md

36 lines
837 B
Markdown
Raw Normal View History

2016-07-26 13:50:35 -05:00
# Skill Assessment Quiz
2016-07-26 11:59:23 -05:00
2016-07-26 13:50:35 -05:00
This application manages quizzes intended to be used as pre-interview skill assessments.
2016-07-26 11:59:23 -05:00
2016-07-26 13:50:35 -05:00
# dev
* you can dev native, or in docker
* use guard
* honor RuboCop
* keep tests green
* pull --rebase !always `git config --global pull.rebase true`
2016-07-28 12:55:47 -05:00
* cd vendor/assets/ && bitters install && cd ../..
2016-07-26 17:00:00 -05:00
* place all required dev seed data in fixtures for rails db:fixtures:load
2016-07-26 11:59:23 -05:00
2016-07-26 13:50:35 -05:00
# Docker
2016-07-26 11:59:23 -05:00
2016-07-26 13:50:35 -05:00
* ./start-docker.sh
- will build source image, it not exist
- created contaier and starts
* ./start-dev.sh
- after connected to container, run this to spin up a dev session
- edit files from host in favorite editor
* ./start-server.sh
- starts up simple server for viewing/demo sans guard
2016-07-26 11:59:23 -05:00
2016-07-26 13:50:35 -05:00
visit http://localhost:3000
2016-08-03 08:55:30 -05:00
----
# Question creation
* attachments: http://dev.perficientxd.com/skill_assets/