Skip to content

spp1991/Splurty

Repository files navigation

Splurty

It is a quote generating app which randomly shows quotes stored in database. It also has a feature for user to enter a quote.

Prerequisites

You will need to setup Vagrant environment to run the application on local machine. To find the installation instructions for your OS, visit :

https://github.com/FirehoseProject/firehose-vagrant-rails5

Installing

Initiate the vagrant environment.

Git clone the repository to your local machine in the src folder :

HTTPS:

$ git clone https://github.com/spp1991/Splurty.git

SSH:

$ git clone git@github.com:spp1991/Splurty.git

Open application folder created by git clone command:

$ cd Splurty

Install all the gems used in application:

$ bundle install

Install the application database and create all the tables:

$ rails db:create
$ rails db:migrate

You will then be able to start the app locally by runnning:

$ rails server -b 0.0.0.0 -p 3000

Built With

Home Page

Screenshot Home