VOTOGO is a voting app which allows users to create, share and view the results of surveys, and vote on other people's topics.
####Useful Links
- Github: https://github.com/ARWL2016/voting-app
- Website: https://votogo.herokuapp.com/home
- Angular 4.0
- Typescript 2.2
- Bootstrap 3.3.7
- Node 8.9.1
- Express 4.15.3
- MongoDB 2.2.27
- Mongoose 4.13.8
- Authentication: bcryptjs, jsonwebtoken
- Chart: chart.js and ng-charts
- Deployment: Heroku and Mlab (MongoDB cloud host)
- Tested on Chrome 63, Edge, IE11, Opera
- Single Page Application
- user authentication
- responsive design
- toastr notifications
- angular animations
- data display with doughnut chart
- delete node modules
- npm i @angular/cli@1.5.3
- delete package-lock.json
- npm i
npm run build:watch
- compile Angular app with webpacknpm run server
- run node backend- OR
npm run dev
- runs previous two commands in parallel processes - nb: no local database needed; dev environment connects to mlab
- run a production build
- push to github and heroku
- Figure out why CSP headers are failing in prod
- add a loader
- add active class to nav links
- Make sure the error messaging is appropriate for all of the forms
- add better validation to the username field
- debounce the search box
- add tests
- add logger
- add a recent button and a most popular button to the home page (this will mean changing the data structure
- add paging
- username availability check