Description:
As a user I want to have a stable database where my data is securely kept and protected. I also want to be able to access this data without delay.
Approach:
-Create MongoDB Atlas using the MongoDB documentation.
-Connect the API using Express and Mongoose.
-Hash the passwords using bcrypt.
-Test everything out with Postman to make sure everything works fine!
Description: As a user I want to have a stable database where my data is securely kept and protected. I also want to be able to access this data without delay.
Approach: -Create MongoDB Atlas using the MongoDB documentation. -Connect the API using Express and Mongoose. -Hash the passwords using bcrypt. -Test everything out with Postman to make sure everything works fine!