Skip to content

Commit

Permalink
broccoli pic added
Browse files Browse the repository at this point in the history
  • Loading branch information
Erinc Emer authored and Erinc Emer committed Nov 28, 2016
1 parent 32c6344 commit 91875e3
Showing 1 changed file with 65 additions and 13 deletions.
78 changes: 65 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,76 @@
# README
# Veggiemon-Grow

This README would normally document whatever steps are necessary to get the
application up and running.
Veggiemon-Grow is an app that promotes kids to eat healthier and get them involved in outdoor activities. Kids can scan barcodes of healthy items in a store and potentially find a Veggiemon to battle! If they spend time at a local park or farmers market, they can earn more points to upgrade their Veggiemon. It was meant to be viewed on mobile devices.

Things you may want to cover:
You can check out the live version [here] (http://veggiemongrow2016.herokuapp.com/).

* Ruby version
![signup] (https://github.com/erinc35/GuideMe/blob/development/app/assets/images/signup.gif)

* System dependencies
User signup.

* Configuration
![search] (https://github.com/erinc35/GuideMe/blob/development/app/assets/images/search.gif)

* Database creation
Searching cities and find the guide.

* Database initialization
![chat] (https://github.com/erinc35/GuideMe/blob/development/app/assets/images/chat.gif)

* How to run the test suite
Chat feature.

* Services (job queues, cache servers, search engines, etc.)
## Getting Started

* Deployment instructions
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

```
ruby 2.3.1
bundler 1.12.5
rails 5.0.0
```

### Installing
From the command terminal, clone the repository to your local directory...
```
$ git clone https://github.com/erinc35/GuideMe.git
$ cd GuideMe
```

Then run bundle command to install all dependencies and run the server.

```
$ bundle install
$ rails server
```

## Deployment

You must have Heroku CLI installed and be logged in to Heroku in order to deploy live via Heroku servers
(Please see the [documentation](https://devcenter.heroku.com) to get set up with Heroku)

Then, after installation and login, via the command line...
```
$ heroku create
$ git push heroku master
$ heroku open
```
## Tech Used

* [Ruby on Rails](http://api.rubyonrails.org/) - Backend API framework used
* [jQuery](https://jquery.com/) - Write less, do more with jQuery
* [Ajax](https://developer.mozilla.org/en-US/docs/AJAX/Getting_Started) -The use of the XMLHttpRequest object to communicate with server-side scripts.
* [Google Api](https://console.developers.google.com/?pli=1) - Google API Console lets you discover and use Google APIs, such as Google Maps and YouTube.
* [Yelp Api](https://www.yelp.com/developers/documentation/v2/overview) -Search for businesses by location, keyword and category
gmail-like-chat-application-in-ruby-on-rails
* [HTTParty](https://github.com/jnunemaker/httparty) - Library used for making HTTP requests

## Authors

* **Erinç Emer** - [Github](https://github.com/erinc35)
* **Johnny Choo** - [Github](https://github.com/jchoo157)
* **Mannah Kallon** - [Github](https://github.com/kenikall)
* **Chistopher Johnson** - [Github](https://github.com/Koala-t)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

* ...

0 comments on commit 91875e3

Please sign in to comment.