This project is a website that allows users to create multichoice tests and share them.
There are 2 types of test, public tests which are available on home page and private tests which is only accessable via link.
-
Ruby version: 2.2
-
Rails version: 4.2
-
Deployment instructions:
-
Download the project
-
Open terminal/cmd inside project directory
-
run command
bundle install
to install gems that required -
run command
rake migrate
to migrate database -
run command
rails server
to start server
-
This application uses Open Source components. You can find these projects below.