Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (13 loc) · 335 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 335 Bytes

CodeBaseNodeJS

  • How to use:
  • git clone
  • yarn install
  • yarn start
  • Concept:
  • RESTful API backend for NodeJS
  • Basic features: singUp, signIn, setAvatar
  • Keywords: Bcrypt (hashPWD), JWT (Authorization), Multer (Upload file)
  • Call APIs by 1 in 2 ways below:
  • Use Postman
  • Use cURL
  • PS: Please change your database MONGO_URI