# Realtime Vote **Repository Path**: wengcd/Realtime-Vote ## Basic Information - **Project Name**: Realtime Vote - **Description**: 基于angular-fullstack构建的实时投票系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-12-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Run `npm install && bower install` for app. Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for a preview of the built app. ## Prerequisites * MongoDB - Download and Install [MongoDB](http://www.mongodb.org/downloads) - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the `mongod` process running. ## Production Run `NODE_ENV=production node server/app.js`