Skip to content

sidkhuntia/p-blitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Siddhartha Khuntia
  2. Sibasish Mahanta
  3. Utkarsh Singh
  4. Suraj Kumar Kushwaha

Table of Contents

  1. models ---> that will contain the model of mongodb
  2. public ---> will contain logic files and styles files
  3. routes ---> will contain all the routes/pages
  4. views ---> that will contain html files in ejs format
  5. server.js ---> will be the entry point of web app

Folder Structure

.
├── models
│   ├── loan.js
│   ├── negotiateLoans.js
│   └── profile.js
├── package.json
├── package-lock.json
├── public
│   ├── images
│   │   ├── login-page-wallpaper.jpg
│   │   ├── logo.png
│   │   └── menu.svg
│   ├── scripts
│   │   ├── header.js
│   │   ├── index.js
│   │   ├── profilePreview.js
│   │   └── timeAgo.js
│   └── styles
│       ├── dashboard.css
│       ├── footer.css
│       ├── header.css
│       ├── loanrequest.css
│       ├── login.css
│       ├── main.css
│       ├── notification.css
│       ├── profile.css
│       └── show.css
├── README.md
├── rough.txt
├── routes
│   ├── auth.js
│   ├── contactus.js
│   ├── dashboard.js
│   ├── index.js
│   ├── loanrequest.js
│   ├── negotiateLoan.js
│   ├── notification.js
│   └── profile.js
├── server.js
└── views
    ├── contactus.ejs
    ├── dashboard.ejs
    ├── index.ejs
    ├── layouts
    │   └── layout.ejs
    ├── loanrequest
    │   ├── edit.ejs
    │   ├── _form_fields2.ejs
    │   ├── _form_fields.ejs
    │   └── new.ejs
    ├── login.ejs
    ├── notification.ejs
    ├── partials
    │   ├── deleteForm.ejs
    │   ├── dualDeleteForm.ejs
    │   ├── errorMessage.ejs
    │   ├── footer.ejs
    │   └── header.ejs
    └── profile
        ├── edit.ejs
        ├── _form_fields.ejs
        ├── new.ejs
        └── show.ejs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •