A "make-believe" shop dreamed up by my daughter; however, the codebase is very real!
Use the menu at the top of the page to navigate:
- Shop: Takes you to our Products page, where you can select items to place
in your cart.
- Registration and Login: Allows you to create an account and sign in.
Passwords are hashed using
bcrypt.
- Data Storage: User data is stored in a NoSQL cloud database (via
MongoDB Atlas), allowing for
company-side analytics and customer-side review.
- Payment Integration: Our shop is wired up to
Stripe
to accept credit card payments. Note this functionality is for demo purposes only, and you
will NOT have your card charged. Use the following dummy values for testing:
- Card Number: 4242 4242 4242 4242
- Expiration Date: Any future date (e.g., 12/24)
- CVC: Any 3 digits (e.g., 123)