Skip to content

tungnt1203/ruby-prep-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Prep Test (FastQuiz)

Ruby Silver quiz platform with timed rooms: host creates a room and shares a link; candidates take the exam, view the leaderboard, and export results as CSV.

Repo structure

Directory Description
src/ Rails app (run from here)
notebooks/ PRD, C4 architecture docs
openspec/ OpenSpec workflow config

Quick start

cd src
bundle install && yarn install
bin/rails db:prepare
bin/rails db:seed_question_bank
bin/rails db:seed
bin/dev

Open http://localhost:3000. Default host user (dev): host@example.com / hostpassword.

More

  • Stack: Rails 8.1, Ruby 3.4, SQLite, Vite, Tailwind, Stimulus, Turbo, Action Cable
  • Full setup, features, and deployment: see src/README.md.

About

Rails app for Ruby interview tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •