Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 488 Bytes

Project_Tour.md

File metadata and controls

10 lines (8 loc) · 488 Bytes

Project Tour

FILE STRUCTURE:-

  • InsecureNet/app: It contains webapp and all its files

  • InsecureNet/app/db: It contains database connection

  • InsecureNet/app/public: It contains all the css styling files

  • InsecureNet/app/routes: It contains route.js contains all the webapp routes

  • InsecureNet/app/views: It contains all the ejs files which is basically (HTML + JS) in a single file

  • InsecureNet/app/main.js: This is the main file used to start the application