Create survey questions to send to multiple emails at once!
Clone the repo!
Node (>11.6.0) and npm (>6.5.0).
MacOS, Windows, Linux:
Setup the front end before the backend, since the backend start script assumes the front end has been installed.
For the front end:
navigate to the client/
directory
npm install
npm run dev
For the backend: navigate to the root of the repo
npm install
npm run dev
A new tab will open up running on localhost:5000 for the express server and localhost:3000 for the client server.
Deployed on heroku at https://intense-gorge-97635.herokuapp.com/
Front end: React, Redux, materialize-css
Back end: Express, Mongo, PassportJS