Skip to content

kedskeds/SeeSpotGo

 
 

Repository files navigation

#SeeSpotGo Build Status

SeeSpotGo Demo

##What is SeeSpotGo?

Everyone hates driving around in circles looking for parking, and when you do finally find a spot you're usually paying an exorbitant amount of money. SeeSpotGo solves that problem by enabling users to both find available parking spots and rent out spots they own. It's easy to sign up for and just as easy to find a spot (or rent out your spot and make some extra money!) You can also chat with other users to help find great deals in the area.

Find a spot. Park your car. Get going!

##Contributing

##Configuration and Dependencies

  • Rails version: 5.0.0.1
  • Ruby version: 2.3.1
  • Deployment Server: Heroku
  • Database: PostgreSQL v9.5.5 on x86_64-apple-darwin15.6.0
  • Test Suite: RSpec (rspec-rails v3.5)
  • Security: Devise v4.0
  • Chat Server Development: Redis v3.2
  • Chat Server Production: RedisCloud
  • Google Maps API
  • Geocoder

##Download

##Developing To contribute towards SeeSpotGo, clone the repository, navigate to the directory, and follow these steps:

Install all gem dependencies:

bundle install

Create and populate the database with selected locations around the San Diego area:

rails db:create
rails db:migrate
rails db:seed

Start the local server and navigate to http://localhost:3000 in your browser:

rails s
redis-server

Manage the database:

rails c

###Homescreen

###Map and Reservations

###Chat

###Model Schema

###License This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.2%
  • HTML 21.5%
  • JavaScript 7.8%
  • CSS 7.7%
  • CoffeeScript 0.8%