About | Features | Technologies | Requirements | Starting | License | Author
Feedback survey collection application using React Redux and nodejs.
The application does a google auth strategy single sign on with google+ profile active users with gmail account. This application does a simple feedback creation with a standard email template. The feedback survey is a survey generation application Integrated an sendgrid to send mailers and search local running instance to search based on email title.
✔️ Google Auth;
✔️ Survey Creator Template;
✔️ Email Sender Template;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/vaibhav046/feedback-survey
# Access
$ cd feedback-survey
# Install dependencies
$ cd client && npm i
$ cd server && npm i
# Run the project
$ cd client && npm start
$ cd server && npm start
# The server will initialize in the <http://localhost:3000>
Made with ❤️ by Vaibhav Kumar Goyal