Skip to content

Instantly share code, notes, and snippets.

@matt-winzer
Created January 14, 2020 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt-winzer/6c96e6f89ae5187ab09dec2579357303 to your computer and use it in GitHub Desktop.
Save matt-winzer/6c96e6f89ae5187ab09dec2579357303 to your computer and use it in GitHub Desktop.

Mini Apps Review - Back End (Node/Express/MySQL)

Objectives

  • Review React front-end
  • Create a basic express server
    • Serve front-end
    • Use middleware
  • Create a MySQL database
    • Practice creating ERDs (Entity Relationship Diagrams)
    • Practice writing schema
    • Practice writing seed data
    • Establish connection from server to DB
  • Create GET and POST routes for data persistence
    • Discuss models & controllers
    • Test with postman
  • Connect Front-end & Back-end!
    • Make AJAX requests to server
    • Modify front-end to use promises

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment