This website uses ejs for frontend and express with mongodb as database
Firstly you need to execute this command in your terminal
npm install
or
npm i
and then you need to have installed mongodb in your system for using it.
Refer to this link for installation
https://www.mongodb.com/try/download/community
You need to type this command
node index.js
or
nodemon index.js