Travelers and techies alike can finally find a place to stay in SF with this easy-to-use app for locating a bed in a community living environment in the Bay area.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
ruby 2.3.1
bundler 1.12.5
rails 5.0.0
pg 0.19.0
elasticsearch 5.0.0
From the command terminal, clone the repository to your local directory...
$ git clone https://www.github.com/izzydoesit/hackerhaus.git
$ cd hackerhaus
Then run bundle command to install all dependencies and run the server.
$ bundle install
$ rails server
bundle exec rspec spec
You must have Heroku CLI installed and be logged in to Heroku in order to deploy live via Heroku servers (Please see the documentation to get set up with Heroku)
Then after installation and login, via the command line
$ heroku create
$ git push heroku master
$ heroku open
- Ruby on Rails - Back-End Framework used
- Elasticsearch - Search tool used
- PostgreSQL - Database used
- React-On-Rails - React front end framework used
- Mapbox - Map API used
- Israel Matos - Github
This project is licensed under the MIT License - see the LICENSE.md file for details
Thank you for all your help!!
- Will Wong