Skip to content

a parking app that helps users rent public parking spots all over the city.

Notifications You must be signed in to change notification settings

LeoBogod22/parkingfindapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text 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.

About

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.

Getting Started

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.

About

a parking app that helps users rent public parking spots all over the city.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published