Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 272 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 272 Bytes

Express.js and EJS

Example of using Node.js, Express.js and EJS.

Endpoints

  • /
  • /student
  • /teacher

Install

npm install

Run

  1. npm start
  2. Open http://localhost:8080 in a web browser.

References