/server-side-rendering

Created app which renders web pages from server side using ejs and login with session.

Primary LanguageEJS

Assignment - Server-side Rendering star_border

  • Task:
  • You need to complete the user stories mentioned below:
  • User story 1: Clone the previous assignment Login With Session.
  • User story 2: Create an header.ejs partial for the header of all the webpages, which contains the name of the current login user.
  • User Story 3: After successfully login, you must read the data.json file and put it's data in ejs partial data.ejs. And render the whole page with header.ejs and data.ejs templates.