This tool accepts a parking spot address from a user, geocodes the address to latitude longitude, displays it on the map and converts the Latitude and Longitude to a real address.
SmartPark helps users find and rent public parking spots around the city. Users provide the phonenumber and address of the parking spot as they are leaving , and user nearby can accept the parking spot. After user has accepted the vacant parking spot dissapears from the menu. At the end users can give each other reviews.. Was created with Rails Gmaps4Rail + the geocoder gem.
To start using this app, you only have to do the typical Rails things:
Install Ruby version 2.2.2 (using RVM or RBenv or whatever).
Clone the repo and do the bundle install thing:
user@computer:~$ git clone [email protected]:LeoBogod22/parkingfindapp.git
user@computer:~$ cd parkingfindapp
user@computer:/parkingfindapp$ bundle install
user@computer:/parkingfindapp$ rake db:migrate
When all this finish, you're ready to launch the app!
user@computer:/parkingfindapp$ rails s
Open your web browser and go to http://localhost:3000 like in all the regular Rails apps.