Skip to content

esitehoster/angularFire-survey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survey App based on AngularFire

  • An open source online survey tool.
  • Based on AngularFire, AngularJS, Bootstrap and Firebase.
  • Easy to set up without worrying about server code.
  • To see what has changed in recent versions of AngularFire-Survey, see the CHANGELOG.

Demo

Dependencies

Configuration

  • Please configure Firebase URL in app/js/config.js before running.
// your Firebase URL goes here
app.constant("FBURL", "https://angularfire-survey.firebaseio.com/surveys");
  • Set up Email/Password authentication in Firebase.

    • Log in to Firebase and go to Manage App
    • Click on Login & Auth in the left panel
    • Select Email & Password tab and "Enable Email & Password Authentication"
    • Add email and password to Registered Users list on the bottom of this page
  • Replace line 78 & 79 in app/js/controller.js with your own credentials you just set up.

$scope.email = "[email protected]";
$scope.password = "password";

Contributing

  1. Fork it ( https://github.com/cdeng/angularFire-survey/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

Code released under the MIT license.

About

Simple survey app created by AngularFire ( AngularJS + Firebase)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.2%
  • JavaScript 48.1%
  • CSS 1.7%