Easily customizable feedback assistant for all of your apps !
- A MongoDB Server
- Node.JS v8+
-
In MongoDB you must create a
feedback-senseidatabase with two collections :apps&reports -
Add a test app in the 'apps' collection (see
docs/example-app.jsonfor an example !) -
Create a SendGrid API Key in order to send feedback notifications.
-
Create a
.envfile based on.env.exampleand fill yourMONGO_CONNECTION_STRING,SENDGRID_API_KEYandNOTIFICATION_EMAIL, which should be your email address. -
Install packages and run the server
npm install
npm run start-
Enjoy ! ✨
