YOUR_Google_Cloud_Project_Id and YOUR_GOOGLE_BUCKET_NAME with your actual Google Cloud project ID and bucket name.@google-cloud/storage: ^6.9.5bcrypt: ^5.1.0cors: ^2.8.5dotenv: ^16.0.3express: ^4.18.2mongoose: ^7.0.4multer: ^1.4.5-lts.1@reduxjs/toolkit: ^1.9.5@testing-library/jest-dom: ^5.16.5@testing-library/react: ^13.4.0@testing-library/user-event: ^13.5.0@types/jest: ^27.5.2@types/node: ^16.18.24@types/react: ^18.0.38@types/react-dom: ^18.0.11@types/react-redux: ^7.1.25daisyui: ^2.51.5react: ^18.2.0react-dom: ^18.2.0react-hook-form: ^7.43.9react-redux: ^8.0.5react-router-dom: ^6.10.0react-scripts: ^5.0.1typescript: ^4.9.5POST /api/register: Register a new user.POST /api/login: Log in a user.GET /api/profile/:id: Get the profile of a user.PUT /api/profile/:id: Update the profile of a user.DELETE /api/profile/:id: Delete the profile of a user.POST /api/wardrobe/:id: Add an item to the user's wardrobe.GET /api/logout: Log out the user.GET /api/looks/:id/likes: Get the likes for a specific look.GET /api/looks: Get all the looks.POST /api/looks/:id: Add a new look.PUT /api/looks/:lookId/:userId: Handle the like action for a look.POST /api/upload: Upload a file.POST /api/wardrobe/:id: Add an item to the user's wardrobe.http://localhost:3000. You can create an account, add clothes and outfits to your wardrobe, and browse through your feed and other users' posts.Posted May 23, 2023
Style/Me is a web-application that allows users to organize their wardrobe digitally. The app provides a platform to store clothes and outfits in an organized …
0
6