DEV Community

Cover image for Product Catalog Web App with Flask, Vue and Mongo
Valentine Sean Chanengeta
Valentine Sean Chanengeta

Posted on

5 1

Product Catalog Web App with Flask, Vue and Mongo

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

Additional Resources / Info

Database structure and indexes images:

Product collection

Category collection

User collection

Supplier search index

Category search index

Product search index

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (1)

Collapse
 
dibasdauliya profile image
Dibas Dauliya

Wonderful! ❤️‍🔥

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay