Skip to content

yatinsingla/BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookStore

BookStore

Basic NodeJs application using express framework where users can SignUp then Login and see books and their details.

Authentication of users is implemented using Passport, passport-local npm module.

Goodread API is used to display information about various books.

Mongoose npm module is used for CRUD opertaions..