Code Monkey home page Code Monkey logo

geotrend's Introduction

GeoTrend

Project #2

Usage

GeoTrend can be used with a local server and MySQL server or can be run on a heroku instance with a supported mysql add-on (currently JAWSDB).

Local Development

Dependencies

  • nodejs
  • mysql server

Installation

git clone http://github.com/alextyk/GeoTrend

cd GeoTrend

Creating the database and seeding it with data

mysql -u username -pPassword >> models/schema.sql
mysql -u username -pPassword >> models/seed.sql

Heroku

This app can be deployed on Heroku using the free tier along with the MySQL database addon. This app currently supports the JAWSDB Heroku add-on but the other backends are easily added by configuring your .env file.

Deployment is done using TravisCI. You will need to create an app using the heroku website or cli tool. After authorizing the cli tool you can add your heroku encrypted key to your .travis.yml file with this command: travis encrypt $(heroku auth:token) --add deploy.api_key

Be sure to change the app name in the .travis.yml file to your heroku app name.

Deployment to Heroku

In order to deploy to Heroku you will need to create a heroku app with the JawsDB add-on. Once you have received your JAWSDB_URL string, add a line to your .env file in the root

geotrend's People

Contributors

lauragreer3 avatar alextyk avatar rstootalow avatar scottlehman avatar mflorez31 avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

geotrend's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.