Skip to content

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

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

Foozie3Moons/express-geocode-maps-example

 
 

Repository files navigation

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.

About

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

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.2%
  • HTML 37.4%
  • CSS 0.4%