StefanPenchev05 / MyClothesV2

Welcome to MyClothes, where creativity meets fashion! This application provides a platform for designers to showcase their clothing products, receive feedback through comments and likes, engage in real-time chat, and even get hired by clients who love their work.
MIT License
0 stars 0 forks source link

Create the register Controller file with needed dependencies #8

Closed StefanPenchev05 closed 4 months ago

StefanPenchev05 commented 4 months ago

File path: /server/auth/ Needed Dependencies:

  1. Bcrypt - hashing the user password
  2. JWT - authorisation for the user
  3. User Model - user database schema
  4. Validator - validations for the fields