Node.js web application for collecting user's feedback in an event.
Was used for BilboStack 2018 and WeCode 2018 (This explains all the information and style that is included right now).
Needs some work for more reusability... I'm on it :)
For the development environment you'll need Docker (Or install Redis and PostgreSQL) and Node.js (tested on 8.9.1 at the moment).
- Clone the repository
- Run
npm install
- Inside
dev-env
folder, rundocker-compose up -d
- Back to root folder, run
npm run migrate
- Finally, run
npm start
and visit http://127.0.0.1:8080
MIT