Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.39 KB

contributing.md

File metadata and controls

32 lines (22 loc) · 1.39 KB

Files Description:eyeglasses:

  • 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

Run it locally:computer:

📷📷📷📷📷📷📷 Start with Smile😄😄

  1. Install NodeJS
  2. Install mongodb
  3. Create a empty file and Open in your favourite code Editor.....shh...VS Code Editor😉
  4. 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
  1. HURRAHHH💥 You completed all steps successfully go to localhost:8000 on your browser and enjoy.

  2. OHHH WAIT WAIT, you forgot giving Star to the repository.:star::stuck_out_tongue::stuck_out_tongue_winking_eye: