Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 762 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 762 Bytes

SPACELESS

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.

Video Walkthrough

CLICK HERE

Installation

Fork and clone repo and run

$ bundle install

$ rake db:migrate

$ rake db:seed

View

run shotgun in your terminal and type your localhost on browser

$ shotgun

$ localhost:9393

License

The application is available as open source under the terms of the MIT License.