Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 305 Bytes

Points_to_Remember.md

File metadata and controls

3 lines (3 loc) · 305 Bytes
  • Express will automatically look inside the views/ folder for template files
  • The res.render() method is used to render the view we pass it and send the HTML to the client
  • If sending the cookies and redirecting then dont ue .send() refer this.