This is a demo application that integrates node.js, express, mongoose and angular.js to develop a simple vote application. Reference: voteExpress https://github.com/jlmonteagudo/voteExpress
My first nodejs web application: based on voteExpress example, add
-
User information (thumb-image)
-
Real-time User vote presentation (User-vote association)
-
Vote and Unvote functionality (only one vote per user)
TODO:
-
Dynamic change button color for Vote and Unovte
-
Add Ajax for "add new user" and "add new date"
-
Add hover and present result
-
Add Admin Delete item function
-
Add User login - create vote function
-
Add Cookie and Session