It is a quote generating app which randomly shows quotes stored in database. It also has a feature for user to enter a quote.
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
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
- Ruby on Rails - Web framework
- PostgreSQL - Database
- HTML5 - Web markup language
- CSS3 - Webpage Style Sheet language
- Bootstrap - CSS Framework
- Javascript - Web Programming language
- jQuery - Javascript Framework
- Amazon Web Service - Cloud Storage Platform
- Simple-form - Ruby gems