tuyet-le / sinatra-practice

Makers Week 5: Playing with Sinatra and web applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 5 - Intro to web applications and Sinatra

Playing around with Sinatra.

Tech/framework used

  • Ruby - programming language used
  • Sinatra - web framework

Installation

// Fork and clone the repository

// Open the project folder in the terminal and run the following command to install gems
bundle install

// Run the application in localhost
shotgun app.rb -p 4567

About

Makers Week 5: Playing with Sinatra and web applications


Languages

Language:Ruby 83.1%Language:HTML 16.9%