- Ensure necessary dependencies are installed:
- Ruby
- Rails
- PostgreSQL
In Terminal:
- Clone the repository
git clone https://github.com/airbr/park4.git
- Install Ruby gems
bundle install
- Run the database migration script
rake db:migrate
- Start the Rails server
rails s
- Open the app in your browser at
localhost:3000
- Start FreeSpotting!
FreeSpot is a Ruby on Rails App in development aimed at the issue of finding and sharing knowledge about parking with strong consumption and integration of the Google Maps API.
Free Spot incorporates responsive design using the Foundation Framework and custom form features for the variety of different potential parking situations aimed at our intended user.
The App incorporates full CRUD features on parking 'Spot' objects and allows all users to see spots placed onto a globally viewable map. Users also have the ability add comments to spots that other users have added to this map.
Team members:
The publicly viewable Trello Board for this project is linked within.
Ruby on Rails App created for Project 4, WDI 7:
-
Ruby 2.3.1p112 (2016-04-26 revision 54768 (As at Oct 7 2016)
-
Rails 5.0.0.1
-
PostgreSQL 9.5.4
-
Ruby/Rails Gems including:
- Google Maps for Rails
- Bootstrap Generators
- Pry
- Sass
- Devise for AuthN and AuthZ