Skip to content

simeonkerkola/react-mailmate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-mailmate

Email survey sending app

Involve your customers and users by creating easy email surveys to engage!

You have to create a file ./config/config.json and provide this object with these keys and your own values:

{
  "development": {
    "GOOGLE_CLIENT_ID": "...",
    "GOOGLE_CLIENT_SECRET": "...",
    "MONGODB_URI": "mongodb://address.to.mongodb/mailmate",
    "COOKIE_KEY": "anymunberofrandomcharecters",
    "STRIPE_PUBLISHABLE_KEY": "...",
    "STRIPE_SECRET_KEY": "...",
    "SENDGRID_KEY": "...",
    "REDIRECT_DOMAIN": "http://localhost:3000"
  }
}

As well as both ./client/.env.development & ./client/.env.production With:

REACT_APP_STRIPE_KEY=...

About

📭 Email survey sending app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published