Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 505 Bytes

ExpressApp

Back-end used with the Front-end https://github.com/yahiabrd/AnguApp

Features (routes/users.js) :

  • Mongoose connection
  • JWT token verification
  • Fetch all users
  • Get user by email
  • Delete All users
  • Delete user by email
  • Update user
  • Add a new user and check if the email isn't already used
  • Login authentication
  • Secure authentication

Screen Shot 2021-09-26 at 11 51 27 AM