Skip to content

wdi-hk-9/lab-node-express-views

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Views in Express

Introduction

We've already set you up with an API for capturing your favorite embarrassing quotes – Quotes, Inc. We've thrown in a few styles for you, too, but you might have to mimic some class names and templates. Feel free to delete our style and fancy it up on your own.

Your goal will be to switch an Express JSON API to render views. It's up to you to take it from JSON to EJS, and we haven't given you a lot to start with. It'll help you practice installing the tools you need and setting them up from scratch.

Exercise

  • Use EJS to create views for your RESTful routing as follows:

    • An index page to see all quotes
    • A page to create new quotes with a form
    • partials that get rendered on each page:
      • head
      • header
      • footer
  • Render forms that submit data back to our Express app to make a full-stack app

Deliverable

Do as much as you can – the more complete the better – but bare minimum you should strive to create an index & a new page to POST to your create action.

Do your best to make it stylish, bonus points for pretty.

Additional Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published