Nomster is a Yelp clone that leverages Google's Maps API for mapping data. A logged in user can add a place. Users can also add comments and images to existing places.
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.
For this app, you will need to have Ruby and Rails on your system: Fire command prompt and run command:
$ ruby -v
Make sure Rails is installed
$ rails -v
If you see Ruby and Rails version then you are good to start. If not, follow this guide.
Clone the repository:
$ git clone https://github.com/arihellyeah/nomster.git
Install all dependencies:
$ bundle install
Create db and migrate schema:
$ rake db:create
$ rake db:migrate
Now run the application:
$ rails s
If you'd like to deploy this application, I recommend doing so through Heroku. You can learn about deploying an app to Heroku through git, here.
- Ruby on Rails - The web framework used
Want to contribute? Great! Just send over a pull request and I'll check it out :-)
- Denver University Coding Bootcamp - thank you for giving me the skills I needed to build this application.
- My mentors: Andrew & Mike - thank you for your support.