Skip to content

arihellyeah/nomster

Repository files navigation

Nomster

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.

Getting Started

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.

Prerequisites

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.

Installing

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

Deployment

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.

Built With

Contributing

Want to contribute? Great! Just send over a pull request and I'll check it out :-)

Acknowledgments

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published