Skip to content

yjawais/amazon_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

Full Stack Amazon Clone along with Admin Panel

Features

  • Email & Password Authentication
  • Persisting Auth State
  • Searching Products
  • Filtering Products (Based on Category)
  • Product Details
  • Rating
  • Getting Deal of the Day
  • Cart
  • Buy Now
  • Checking out with Google Pay
  • Viewing My Orders
  • Viewing Order Details & Status
  • Sign Out
  • Admin Panel
    • Viewing All Products
    • Adding Products
    • Deleting Products
    • Viewing Orders
    • Changing Order Status
    • Viewing Total Earnings
    • Viewing Category Based Earnings (on Graph)

Running Locally

After cloning this repository, migrate to amazon_clone folder. Then, follow the following steps:

  • Create MongoDB Project & Cluster
  • Click on Connect, follow the process where you will get the uri.- Replace the MongoDB uri with yours in server/index.js.
  • Head to lib/constants/global_variables.dart file, replace with your IP Address.
  • Create Cloudinary Project, enable unsigned operation in settings.
  • Head to lib/features/admin/services/admin_services.dart, replace cloud_name and upload_preset with your Cloud Name and Upload Preset respectively.

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

  flutter pub get
  flutter run

Tech Used

Server Side: Node.js, Express, Mongoose, MongoDB, Cloudinary (for cloud storage)

Client Side: Flutter, Provider

About

Amazon Clone with Admin Panel using Flutter, NodeJS and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors