Git Product home page Git Product logo

meansurvey's Introduction

meanSurvey

meanSurvey is a simple multiple choice survey creation and survey taking application.

For more agile user experience when creating survey, user are able to dynamically add/remove questions or answers. All fields are being validated before sending to the server when submitting the form. To allow these interactions I used AngularJs (ver. 1.4.8) to dynamically add directives, which insert nested models to the scope.

In the back end it is Node.Js with Express framework for API server. Basic RESTful routes are builted, along with MongoDB to store data.

Due to the fact that the front end will send a batch of information to the back end, I could not use Mongoose as an object modeling tool to create models, since Mongoose does not support batch insertion. At the end I used MongoDB native driver for Node.Js to support data storage and manipulation.

meansurvey's People

Contributors

nathanluo915 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.