Git Product home page Git Product logo

fullstack-react-firebase's Introduction

Full-Stack eCommerce App

Demo

https://awesome-9bbcd.web.app/

Technologies Stack

  • React
  • Firebase
  • Stripe
  • ShipStation
  • Algolia

Usage

Credit cards for testing

  • 4242424242424242
  • 5555555555554444

User for admin area testing

Clone and Test Locally

  1. Env for react app
    REACT_APP_apiKey="FIREBASE_PROJECT_API_KEY"
    REACT_APP_authDomain="FIREBASE_PROJECT_AUTH_DOMAIN"
    REACT_APP_databaseURL="FIREBASE_PROJECT_DATABASE_URL"
    REACT_APP_projectId="FIREBASE_PROJECT_PROJECT_ID"
    REACT_APP_storageBucket="FIREBASE_PROJECT_STORAGE_BUCKET"
    REACT_APP_messagingSenderId="FIREBASE_PROJECT_MESSAGE_SENDER_ID"
    REACT_APP_appId="FIREBASE_PROJECT_APP_ID"
    REACT_APP_STRIPE_PUBLISHABLE_KEY='STRIPE_PUBLISHABLE_KEY'
    
  2. Env in Cloud Functions
    {
        "algolia": {
          "app_id": "ALGOLIA_APP_ID",
          "admin_api_key": "ALGOLIA_ADMIN_API_KEY"
        },
        "stripe": {
            "signing_key": "STRIPE_SIGNING_KEY",
            "secret_key": "STRIPE_SECRET_KEY"
        },
        "shipstation": {
            "api_secret": "SHIPSTATION_API_SECRET",
            "api_key": "SHIPSTATION_API_KEY"
        }
        "admin": {
            "super_admin": "THE_EMAIL_TO_BE_USED_AS_SUPER_ADMIN"
        }
    }
    
  3. Start the app npm install npm start

fullstack-react-firebase's People

Contributors

autsada avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.