This API documentation provides information on the endpoints and functionality of the West Coast Comforts Web app. This API allows users to view/search products, add items to cart, and make an order, streamlining the online shopping experience. Authentication is implemented using JWT for user/admin log in and sign up.
Install the dependencies before running.
$npm install bcrypt cookie-parser cors dotenv express jsonwebtoken mongoose nodemon uuidStart the API.
$nodemon index.js