FeeFo is a easy to use and edit feedback survey form generator. Connect with your customers easily, using beautifully laid out forms. And create intuitive dashboards with a click of button.
URL: Feefo
This is a node backed application. So setting up is as easy as running
npm install
For Environment variables, setup a .env file using .env-sample as a blueprint
- You would need a mongo-db url from Mongo DB Atlas
- Google client ID from Google developers console
- Session Secret Key - this could be a random string
- Cookie Secret - This could be a random string too
For local dev setup, run the following
npm run start-local
This will restart the server everytime there is a file-change.
If there are any files that are to be excluded from nodemon watch list use ignore
array in nodemon.json
Install Live Sass Compiler extension on Microsoft Visual Studio Code or equivalent alternative on your IDE for css.
Session is managed using session-file-store
package. It is a flat-file based session store.