Skip to content

State Facts application built using Rails, jQuery, Postgres & Sprockets for Asset Pipeline

Notifications You must be signed in to change notification settings

colintalex/state_facts

Repository files navigation

README - State Facts App

Explore interesting facts about a selected state, and get the opportunity to see these point's of interest with pinpoint map markers.

AppPreview)

Deployment

See the application live: https://alexander-state-facts.herokuapp.com/

Local Setup

Clone down repository:

https://github.com/colintalex/state_facts.git

Install Gems/Dependancies

bundle install

Create and Seed Database

rails db:{create,seed}

Run Tests

bundle exec rspec

Explore app on localhost:3000

rails s