As a cat owner and pet enthusiast, I understand the panic that arises when your pets’ favorite products run out. That’s why I’ve created a one-stop online store with monthly subscriptions, ensuring you never have to worry about running out of essentials again. Browse through the curated selection of high-quality pet products and enjoy a seamless shopping journey.
https://mypets.azurewebsites.net/
Other Resources: React Icons, Favicon, Pexels, Pinterest
- User can browse product pages based on pet types or all products
- User can click on each product listing and see detailed information
- User can subscribe by registering via pop-up modal or Account tab on navigation bar
- User can sign in or sign out after registering
- User can add items to wishlist/cart after signing in
- User can click through the images in product details page to see each image for the products
- User can use the footer to quickly navigate to pages without scrolling back up
- User can interact with the app on mobile, tablet, or desktop devices
- Search bar to search products
- Stripe Payment for full transaction
Start postgreSQL
database (make sure to stop
after completing updates)
sudo service postgresql start
Start server Node.js
(ctrl C
to quit)
npm run dev
push/merge everything!