Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.24 KB

File metadata and controls

34 lines (21 loc) · 1.24 KB

Express App Exercise

Objectives

  1. Create a server-side web application using the Express.js package.
  2. Gain familiarity with web server routing, including handing GET and POST requests, and rendering HTML pages or JSON data responses.
  3. Use shared layouts to reduce duplication and improve maintainability of front-end code.

Prerequisites

References

Instructions

Follow these checkpoints in order:

  1. Application Generation
  2. Routing
  3. Navigation and Views
  4. Shared Layouts
  5. Form Data
  6. Deploying to Production
  7. Flash Messaging

Further Exploration:

  1. Interfacing with a Database