React-Redux with a MERN Stack Login system
# Install dependencies
npm install
# Start API Server
npm run server
# Start React App
npm start
module.exports = {
database: "MONGO DB KEY FOR CONFIG",
appSecret: "APP SECRET (anything you want)"
}