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