Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 587 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 587 Bytes

server

  • express js

  • cors

  • dotenv

  • api endpoint

/api/products

/api/users

pakage install
  • mongoose
  • (bcrypt)
  • passport
  • passport jwt
  • jsonwebtoken
  • multer
  • accesscontrol
  • mongoose-beautiful-unique-validation
database
  • mongodb mongoose

what we learn in this project

  • what is node.js
  • how to work node.js
  • what is express.js
  • how to work express.js
  • how to make a simple express.js server
  • express.js server project - file strucure
  • how to connect mongodb database
  • what is mongodb database
  • what is mongoose
  • mongoose schema