Store is fully functional and has a designated user, store clerk, who can do CRUD operations in cloud storage MongoDB Atlas.
- Once user submits the form designated account gets created.
- User's password will be stored in hashed format, ensuring security of the customer.
- User recieves an email indicating he/she has successfully created an account.
- Used Twilio SendGrid API.
- Registered uers can login the website.
- They will be redirected to the dashboard.
- Once administrator logs in, he/she will be directed to the dashboard page.
- With the form admin can create a product with desired image which then will be stored in NoSQL database.
- Everyone can add products on their cart.
- Items on the cart will stay even user shuts the website
- Integrated the functionality using cookies.
- If they preceed to not open the website, session will be deleted in 5 minutes.
- Shows the details of the product.
- Has all the functionality a normal shopping cart has.