Skip to content

A NodeJS app for teacher to create some Poll/Survey among their students, socket.io and Angular JS create a poll with real-time update.

License

Notifications You must be signed in to change notification settings

gitchilliuk/quicksurvey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

Quick Survey/Poll between class teacher and students, could be used as a feedback form, the teacher can organize some kind of voting among students, or create a general survey for students.

Getting Started

A NodeJS app for teacher to create some Poll/Survey among their students, socket.io and Angular JS create a poll with real-time update.

You need:

* NodeJS
* AngularJS 1.0.8 
* Bootstrap 3
* PostgreSQL DB 9.3
* Express
* Socket.io

Installation

cd <installation folder>

e.g. $ cd quicksurvey/

npm install

Once all the dependencies installed for the project, import schema postgres_db.sql and quickpoll-survey-schema.backup from schema/ folder. You can Edit database connection string from models/Poll.js

To run the app

node app

Go to browser and run

http://localhost:8000

License

This project is licensed under the MIT License

About

A NodeJS app for teacher to create some Poll/Survey among their students, socket.io and Angular JS create a poll with real-time update.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published