App.js will be main file which will link css/js/html files here .html will replaced with .ejs
html filesmust be stored in views folder and css/js files will be stored in public/css or public/js respected folder
To start project in your own environment:
- install node.js
- download or fetch all files
- open respective folder where all files are stored
- run command "npm i body-parser express ejs"
- to run project in local environment; command: "node app.js" or install nodemon and run "nodemon app.js"