Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 579 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 579 Bytes

Emaily

A web application for customer feedback and user surveys. This application is designed for startups and product managers/owners. It supports sending mass email and recieving feedback and then analyzing the feedback.

This application is build using:

  1. Node.js
  2. Express
  3. Mongo DB
  4. React
  5. Redux
  6. Material UI

The client side application is built using Create React App.

Running the application

You can run the application by running the command:

yarn dev

This will run both server and client together.