Skip to content

Dat-TG/LCD-Shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCD-Shopping

  • Full Stack Shopping App base on Amazon along with Admin Panel
  • The app is under heavy development

Current Features

  • Email & Password Authentication
  • Edit User Information (Name, Email, Address, Avatar)
  • Persisting Auth State
  • Searching Products
  • Filtering Products (Based on Category)
  • Product Details
  • Rating with Review
  • View All Reviews
  • Filtering Reviews
  • Getting Deal of the Day
  • Cart
  • Checking out with Google/Apple Pay
  • Viewing My Orders
  • Viewing Order Details & Status
  • Sign Out
  • Admin Panel
    • Viewing All Products
    • Filtering Products by Category
    • Adding Products
    • Editing Products
    • Deleting Products
    • Viewing All Orders
    • Filtering Orders By Status
    • Changing Order Status
    • Viewing Total Earnings
    • Viewing Category Based Earnings (on Graph)

Running Locally

After cloning this repository, migrate to LCD-Shopping folder. Then, follow the following steps:

  • Create MongoDB Project & Cluster
  • Click on Connect, follow the process where you will get the uri.
  • Head to lib/constants/global_variables.dart file, replace with your IP Address.
  • Create Cloudinary Project, enable unsigned operation in settings.
  • Config environment files:
    • .env: Cloudinary config
CLOUD_NAME=
UPLOAD_PRESET=
API_KEY=
API_SECRET=
  • server/.env: Your database uri
DB=

Then run the following commands to run your app:

Server Side

  cd server
  npm install
  npm run dev (for continuous development)
  OR
  npm start (to run script 1 time)

Client Side

  open your emulator device
  flutter pub get
  flutter run

Tech Used

Server: Node.js, Express, Mongoose, MongoDB, Cloudinary

Client: Flutter, Provider

Feedback

If you have any feedback, please reach out to me at dat13102k2@gmail.com

Screenshots

Screenshot_1691487411 Screenshot_1691487512 Screenshot_1691487526 Screenshot_1691487536 Screenshot_1691487544
Screenshot_1691487555 Screenshot_1691487570 Screenshot_1691487574 Screenshot_1691487589 Screenshot_1691487612
Screenshot_1691487618 Screenshot_1691487641 Screenshot_1691487656 Screenshot_1691487664 Screenshot_1691487678
Screenshot_1691487683 Screenshot_1691487705 Screenshot_1691487749 Screenshot_1691488090 Screenshot_1691488097
Screenshot_1691488105 Screenshot_1691488113 Screenshot_1691488121 Screenshot_1691488135 Screenshot_1691488137