Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 508 Bytes

Auto Motive Server side

website description

  • is create lot of collection and api,
  • i create every kind of api. get, post, put, patch ,delete all of them
  • creating 2 middleware, 1 for verifyJWT, 2 for verifyADMIN
  • i was use MongoDB was a database
  • cors for cross connection to client side
  • dotenv for get key of .env file
  • jsonwebtoken use for secure the apis.
  • and the last stripe for the payment gateway

Using Technologies

  • Express.js
  • cors
  • dotenv
  • MongoDB
  • JSONWEBTOKEN
  • stripe