#EXAMS APP (Sinatra)
####Versions
- ruby: 2.3.3
- sinatra 2.0.0
####To run this app:
- go to your/path/to/exams/
- to seed db/tables/ run
ruby db/seeds.rb
after configuring DATA_TYPE of models (xml not available) - run
ruby application.rb
- find page at http://localhost:4567/
- link
/download_csv
responds with semicolon (;) separated file
####To run tests:
- run
ruby test/test.rb
in project folder - only a few written