Coder Social home page Coder Social logo

clothes-app's Introduction

clothes-app

Single page application

Quick Start

Step 1 Clone repo

git clone [email protected]:konstantindergachev/clothes-app.git

Step 2 Install dependencies for server side

yarn install -i or npm install

Step 3 Go to the client side.

cd client

Step 4 Install dependencies for client side

yarn install -i or npm install

Step 5 Use your own social icons

Step 6 Use your own favicon.ico:

client/public

and favicon directory

client/public/img/favicon

Step 7 The real data stored in the firebase

For example, you need to create firebase-config.js file in src/config dir:

export const firebaseConfig = {
  config: {
    apiKey: '******************************************',
    authDomain: '******************************************',
    databaseURL: '******************************************',
    projectId: '******************************************',
    storageBucket: '******************************************',
    messagingSenderId: '******************************************',
    appId: '******************************************',
    measurementId: '******************************************',
  },
};

Step 8 The payment data stored in the stripe platform

1. Sign up/Sign in on the stripe platform
2. Get the publishable_key and stripe_secret_key
3. You need to create stripe config file for client side

For example, you need to create stripe.js file in src/config dir:

export const clientConfig = {
  publishableKey: '******************************************',
};

4. Go to the root of project
cd ..
5. You need to create stripe config file for server side

For example, I use .env file in root dir of project:

STRIPE_SECRET_KEY=******************************************

Step 9 Start this project from the root dir of project

yarn run dev or npm run dev

Info

Author

Konstantin Dergachev portfolio

clothes-app's People

Contributors

konstantindergachev avatar

Watchers

James Cloos 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.