Skip to content

obrassard/feedback-sensei

Repository files navigation

Feedback Sensei

Easily customizable feedback assistant for all of your apps !

Requirements

  • A MongoDB Server
  • Node.JS v8+

Getting started

  1. In MongoDB you must create a feedback-sensei database with two collections : apps & reports

  2. Add a test app in the 'apps' collection (see docs/example-app.json for an example !)

  3. Create a SendGrid API Key in order to send feedback notifications.

  4. Create a .env file based on .env.example and fill your MONGO_CONNECTION_STRING, SENDGRID_API_KEY and NOTIFICATION_EMAIL, which should be your email address.

  5. Install packages and run the server

npm install
npm run start
  1. Open http://localhost:8080

  2. Enjoy ! ✨


screenshot