/express-geocode-maps-example

Starter code for geocoding with Sequelize and the Google Maps API [express, mini-lesson]

Primary LanguageJavaScriptOtherNOASSERTION

Express Geocoding and Maps

Setup

  • Fork and clone this repository
  • Run npm install to install packages
  • Create a database for this app (see config/config.json for name of database)
  • Run sequelize migrations (sequelize db:migrate)
  • Run the app using nodemon
  • View the site in your browser, read the code.

Questions

You are modifying an existing application. First, you must get familiar with what the application currently does.

  1. What modules/middleware does this application use? Describe what each one does.
  2. What are the routes for the website? Describe what each one does.
  • Verb + Route?
  • Interaction with database?
  • Response to browser?
  1. What does the site do right now?
  2. What features need to be added?

Task

See this page


Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.