Skip to content

Practicing passport auth and nodejs development. Composed from @bradtraversy

Notifications You must be signed in to change notification settings

kashwa/nodejs_passport_login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js & Passport Login 🔑

This is a user login and registration app using Node.js, Express, Passport, Mongoose, EJS and some other packages. Database is NO-SQL (MongoDB).

Version: 1.0.0

Usage

$ npm install
$ npm start
# Or run with Nodemon
$ npm run dev

# Visit http://localhost:5000

MongoDB 🍃

Open "config/keys.js" and add your MongoDB URI, local or Atlas


Book CRUD 📚

Trying to add functionality in a new branch book_crud and use login system in it. Also authorizing users before submitting action on the system