/shoping-card

node js and express project

Primary LanguageCSS

Shoping-Card Nodejs

Create A eCommerce Website Using Nodejs

Database details

::: note: DataBase : 'MongoDB' :::

Database tables

  1. users
    • id
    • userName
    • password
    • email

Project Operations :)

  • login & register & logout
  • users operations
    • create users by admins

Project Packages :)

  • 'nodemon as a server'
  • 'express-session'
  • 'bower = using bootstrap & jquery'
  • 'mongoose'
  • 'express-validator'
  • 'bcrypt for password'
  • 'connect-flash'
  • 'passport'
  • 'passport-local'
  • 'csurf'