Skip to content

The initial starter pack/authentication which needed for any normal website

Notifications You must be signed in to change notification settings

Manishkini/initial-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initial-authentication

The initial starter pack/authentication which needed for any normal website

FOLDER STRUCTURE

.
├── assets # Assets files (images, js, css)
├── config # Mongoose file (initializing Mongoose)
├── controllers # Controller files (For Writing business logic)
├── models # Models files (for initilizing schema)
├── views # Ejs files
├── routes # Routes(route related files)
├── index.js
└── README.md

PROJECT STARTING GIUDE

Install all dependencies
npm install
Start The Project
npm start

also in config > passport-google-strategy.js you can use your own client ID and client secret

About

The initial starter pack/authentication which needed for any normal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published