- 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.