This is a simple questionnaire prototype built using AngularJS. The app uses the following:-
- AngularJS
- Sinatra
- PostgreSQL
Templating/Sugar:
- HAML
- SCSS
To see the app in action - http://pollerr.fletcher-simon.co.uk
Installation is really simple just follow the steps below to get started.
- clone the resposity https://github.com/fletcher890/pollerr.git
- Run
bundle install - Set up and start the PostgreSQL server - update the database settings on line 13 of config.ru
- Run
rackup -p 9393from the directory - Visit localhost:9393 (for localhost server)