Skip to content

ericpkatz/react-redux-template

Repository files navigation

instructions

  • npm install

  • create database from DATABASE_URL

  • create config.json if you want to use OAUTH or AWS for images

  • there is support for Google Oauth and Github Oauth and Facebook Oauth

{ 
  "AWS_SECRET_ACCESS_KEY": "xxx",  
  "AWS_ACCESS_KEY_ID": "xxx", 
  "AWS_BUCKET": "xxx",
  "GOOGLE_OAUTH_SECRET" : "xxx",
  "GITHUB_OAUTH_SECRET": "xxx",
  "FACEBOOK_OAUTH_SECRET": "xxx"
}
  • modify the .env file for other settings
  • npm run start:dev
  • when deploying make sure to set environment variables
  • use .env file to reference appropriate environment variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published