Code Monkey home page Code Monkey logo

im

mixifyer.herokuapp.com

Mixifyer

E-commerce app where you can buy your favorite drinks.site built using React, Redux, Node.js, Express, Axios, Sequelize, PostgreSQL, Stripe.

Mixifyer uses technologies including:

Authors

-Iskak Mantyubetov
-Dan DiMartino

Installing

Use the following commands on your local terminal to download the app and get started:

git clone https://github.com/Team-Orochimaru/financial-planner.git

cd mixifyer

npm install

createdb mixifyer: creates postgres database

npm run seed: populates your local database with dummy users

npm run start-dev: starts developer environment with local server and webpack

Visit localhost:8080 to view the app on your local server.

If you want to run the server and/or webpack separately, you can also run npm run start-server and npm run build-client.

Customize

Create a file called secrets.js in the project's root directory. This file is listed in the project's .gitignore file by default, and is only required in your environment for developmental purposes. The file attaches API-specific environment variables that you need to get started as a developer. Be sure to keep the information contained in your secrets.js file confidential (i.e. don't push it to GitHub).

stripe instrux: import {Elements} from '@stripe/react-stripe-js'; import {loadStripe} from '@stripe/stripe-js';

// Make sure to call loadStripe outside of a component’s render to avoid // recreating the Stripe object on every render. const stripePromise = loadStripe('pk_test_JJ1eMdKN0Hp4UFJ6kWXWO4ix00jtXzq5XG');

const App = () => { return ( ); };

process.env.GOOGLE_CLIENT_ID = 'hush hush'
process.env.GOOGLE_CLIENT_SECRET = 'pretty secret'
process.env.GOOGLE_CALLBACK = '/auth/google/callback'

OAuth

  • To use OAuth with Google, complete the steps above with a real client ID and client secret supplied from Google

Linting

Linters are fundamental to any project. They ensure that your code has a consistent style, which is critical to writing readable code.

Boilermaker comes with a working linter (ESLint, with eslint-config-fullstack) "out of the box." However, everyone has their own style, so we recommend that you and your team work out yours and stick to it. Any linter rule that you object to can be "turned off" in .eslintrc.json. You may also choose an entirely different config if you don't like ours:

mixifyer's Projects

mixifyer icon mixifyer

E-commerce site built using React, Redux, Node.js/Express, Axios, Sequelize, PostgreSQL, Stripe.

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.