- index.js is the main file that is the heart of our web application and contains the Routes defined for each event.
- views directory contains the relevant pages and partials, the EJS templates, that render on each event.(these are basically the html files)
- public directory contains neccesary CSS along with the assets
- package.json file contains the information towards the various dependencies and packages
📷📷📷📷📷📷📷 Start with Smile😄😄
- Install NodeJS⏬
- Install mongodb⏬
- Create a empty file and Open in your favourite code Editor.....shh...VS Code Editor😉
- Open the terminal window and write
git clone https://github.com/Coding-Club-NIT-Meghalaya/CodingClubWebsite.git
This will files from repository to your local computer.:clock1::relieved::sun_with_face: 5. Next thing to write on terminal is
node index.js
-
HURRAHHH💥 You completed all steps successfully go to localhost:8000 on your browser and enjoy.
-
OHHH WAIT WAIT, you forgot giving Star to the repository.:star::stuck_out_tongue::stuck_out_tongue_winking_eye: