CSE 340: Web Backend Development

Learning Activity: EJS Templates

Overview

Now that you have Node.js setup, we can use it to generate our web pages. There are many tools that allow you to use templates and fill them in with the appropriate data. The one you will use in this course is EJS.

Activity Instructions

Complete the following:

  1. Download and Implement Server Code
  2. Review the Starter Files
  3. Build the application
  4. EJS View Engine
  5. Implement index route with Express and EJS
  6. Create a Render.com Account
  7. Create a PostgreSQL service at Render.com
  8. Add a render.com application service
  9. Deploy updates and test the application

Submission

You have now completed all of the learning activities for the week!

Make sure to:

Up Next

Other Links: