Skip to content

UnityGameDesign-max/Amazon_clone

Repository files navigation

amazon img

Amazon

This is a clone of the famous e-commerce store, Amazon. It has full e-commerce functionality. Some of the functionality includes:

- Full user authentication and signup using firebase.
- Product display
- Real time cart functionality (cart updates in real time)   
- Payment processing using Stripe

Tools

Installation

  • Clone the repository for the Amazon clone

    git clone https://github.com/UnityGameDesign-max/Amazon_clone.git
  • To start the front-end: change directory to the frontend folder

    cd frontend
  • Install all the dependencies that are required

    npm install
  • To start the front-end application

    npm start or yarn start

  • To start the back-end: change directory to the backend folder

    cd backend
  • Change the directory again

    cd functions
  • Install all the dependencies that are required

    npm install
  • To start the back-end application

    firebase emulators:start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published