Skip to content

hedgehogsburrows/OATH2-googleDrive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleDrive OATH2.0 APP

Installation

Package Manager, npm

$ npm install

Developmnet Environment

$ npm run dev
# Development stage ( This will nodemon internally ).

$ npm run prod
# Production version ( This command will run node index.js internally to perform well in production environment ).

Folder Structure

.
    ├── configs              # Configuration files 
    │   ├── keys.js          
    │   ├── passport.js      
    ├── public               # FrontEnd Libraries
    │   ├── materializ.css   # materializ lib
    ├── routes               # Page routes
    │   ├── auth.js          
    │   ├── home.js          
    ├── views                # Views
    │   ├── dashboard.html   
    │   ├── home.html       
    ├── index.js
    ├── MS19802886.xml       # submission details
    ├── package.json
    └── README.md

Author

About

Google Drive file upload with Oath2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • HTML 38.4%