"Quickly User" - An Online Marketplace Application built with Flutter and Node.js

Опубликовано: 14 Июнь 2026
на канале: LoneRider
25
0

Hi everyone, I am excited to show my latest project, 'Quickly', an Online marketplace where buyers meet sellers. This project consists of 3 apps:
• Quickly Admin
• Quickly (User App)
• Backend Rest-API

The Frontend is built in Flutter using Clean Architecture following the BLoC pattern.
The backend is a Built-in node.js express framework with MongoDB as a database following the MVC pattern.

Above is the User App with the following features :
• Create an Account & receive a Welcome email
• Log in to the account & Reset the password using OTP through email
• Display a list of products, general or category-wise
• Search Bar to search and receive real-time product results
• View Product
• Add or remove the product from wish-list
• Give ratings and review to product & view other reviews
• Add to Cart & increase or decrease the quantity
• 3-step order flow :
Address Step: Choose form saved address or select Location on Map or Add a New Address
Review Order: Review order & proceed to payment, handled via Stripe
Order Placed: After Successfully placing an order, Download & view the Invoice generated.
• View all previous orders, with details and invoice
• Add & edit Profile image, view and remove saved addresses
• Sign out


Source code:
Admin App: https://github.com/GauravMcode/Quick-Shop_...
User App: https://github.com/GauravMcode/Quick-Shop_...
Rest-API: https://github.com/GauravMcode/Quick-shop_API

Feedback is welcomed! 😊

#flutter #fluttercommunity #flutterdeveloper #nodejsdeveloper