SPACELESS is a mock up online tutoring application built with Sinatra web framework that allows users to sign up, log in, log out and a fully functional CRUD (C-create, R-read, U-update, D-delete). Designed display with ERB HTML, CSS, JS and UIKIT framework.
Fork and clone repo and run
$ bundle install
$ rake db:migrate
$ rake db:seed
run shotgun in your terminal and type your localhost on browser
$ shotgun
$ localhost:9393
The application is available as open source under the terms of the MIT License.