app | ||
bin | ||
config | ||
db | ||
lib | ||
public | ||
test | ||
.bowerrc | ||
.gitignore | ||
.rubocop.yml | ||
.scss-lint.yml | ||
.tmux.conf | ||
bower.json | ||
config.ru | ||
Dockerfile | ||
erd.pdf | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
Rakefile | ||
README.md | ||
rebuild-dev-db.sh | ||
start-dev.sh | ||
start-docker.sh | ||
start-server.sh |
Skill Assessment Quiz
This application manages quizzes intended to be used as pre-interview skill assessments.
dev
- you can dev native, or in docker
- use guard
- honor RuboCop
- keep tests green
- pull --rebase !always
git config --global pull.rebase true
- cd vendor/assets/ && bitters install && cd ../..
- place all required dev seed data in fixtures for rails db:fixtures:load
Docker
- ./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
visit http://localhost:3000
Question creation
- attachments: http://dev.perficientxd.com/skill_assets/