Overview of My Submission
Product Catalog web app is a simple catalog where user named Supplier will create products and Customer will browse these products on the platform.
The product has few information such as product name, category of the product, supplier of the product, to mention only 3.
Customer can search based on product name, category name or first name of the supplier (this is done by Flask with Atlas Search). After receiving search results, they can also filter those search results (This is done by Vue in the browser).
ROLES SUMMARY: Supplier -> (creates product); Customer -> (search among products, rate the product)
I built the app using Flask, Vue and MongoDB. Vue is responsible for displaying data stored in MongoDB to users and Flask is serving as an interface between MongoDB and Vue. Products' images are stored in Cloudinary using its public API.
Submission Category:
- E-Commerce Creation
Link to Code
Flask API link: https://github.com/ValentineSean/product-catalog-api
Vue App link: https://github.com/ValentineSean/product-catalog-app
Additional Resources / Info
- App demo Youtube link: https://youtu.be/DPZ_p9JU5SU
- App link: https://product-catalog-vsc.netlify.app/
- suppliers credentials: ["go@productcatalog.net", "john@productcatalog.net"]
- customers credentials: ["foo@productcatalog.net", "java@productcatalog.net"]
- all passwords are "123456"
Top comments (1)
Wonderful! ❤️🔥