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.
You can check out the live version [here] (http://veggiemongrow2016.herokuapp.com/).
![chat] (https://github.com/kenikall/veggiemon/blob/dev/app/assets/images/veg.gif)
![search] (https://github.com/kenikall/veggiemon/blob/dev/app/assets/images/veggiemon.gif)
![signup] (https://github.com/erinc35/veggiemon/blob/dev/public/images/brocodile.png)
![chat] (https://github.com/kenikall/veggiemon/blob/dev/app/assets/images/veggiemon_maps.gif)
![chat] (https://github.com/kenikall/veggiemon/blob/dev/app/assets/images/veggiemon_backpack.gif)
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
From the command terminal, clone the repository to your local directory...
$ git clone https://github.com/kenikall/veggiemon
$ cd veggiemon
Then run bundle command to install all dependencies and run the server.
$ bundle install
$ rails server
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 - Backend API framework used
- jQuery - Write less, do more with jQuery
- Ajax -The use of the XMLHttpRequest object to communicate with server-side scripts.
- Google Api - Google API Console lets you discover and use Google APIs, such as Google Maps and YouTube.
- Yelp Api -Search for businesses by location, keyword and category gmail-like-chat-application-in-ruby-on-rails
- HTTParty - Library used for making HTTP requests
This project is licensed under the MIT License - see the LICENSE.md file for details