Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 799 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 799 Bytes

Survey App

Demo

Build with a MERN stack (Mongo, Express, React, Node).

Simple App implementing functionalities for communication with customers. App users may create a survey and send it via email for multiple receivers. Each email contans a text message and possible choise of answers Yes/No. With SendGrit service, app users may see respond statistics. Each survey cost equal 1 credit by default. Credits can be refilled using Stripe payment system.

Feautures

• Authentication with OAuth
• Send surveys with a SendGrid API service
• Receive payment with a Stripe API service.

survey_app_2