Skip to content

jassimabdullatheef/react-fullstack

Repository files navigation

react-fullstack

A tutorial repo followed by Stephen Grider's Udemy course

add config/dev.js with following code

module.exports = {
    googleClientId: 'client-id-from-google-developer-console',
    googleClientSecret: 'client-secret-from-google-developer-console'
    mongoURI: 'your-mongodb-uri-with-username-and-password',
    cookieKey: 'any-random-name-to-be-named-as-cookie',
    stripePublishableKey: 'stripe-publishable-key',
    stripeSecretKey: 'stripe-secret-key',
    sendGridApiKey: 'send-grid-api-key',
    redirectDomain: 'http://localhost:3000'
}

Add .env.production and .env.development with the following code

REACT_APP_STRIPE_KEY=stripe-publishable-key

About

React full stack tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published