/express-geocode-maps-example

Starter code for geocoding with Sequelize and the Google Maps API

Primary LanguageJavaScript

#Express Geocoding and Maps

##Setup

  • Fork and clone this repository
  • Run npm install to install packages
  • Create a database for this app (you can use createdb geocode_example)
  • Run sequelize migrations (sequelize db:migrate)
  • Run the app using nodemon