ODINAKACHUKWU / fomotograph

This repo is for Fomotograph application built with Sinatra web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fomotograph

Fomotograph is a practice tutorial to understand MVC design pattern in Ruby. Sinatra is the Ruby web framework used in this project. I followed a free course on Udacity to complete this project. Here's the link to the course on Udacity.

Fomotograph-Homepage-screenshot

Getting Started

  • Install Ruby on your machine.

  • Clone the repository.

  • Change directory into the root of the project directory.

  • Install Bundler using (sudo) gem install bundler.

  • Run bundle install to install all the required gems for the project.

  • Run the Sinatra app using the command ruby app.rb.

  • Visit http://localhost:4567 on your browser to view the app.

About

This repo is for Fomotograph application built with Sinatra web framework


Languages

Language:Ruby 100.0%