Skip to content

nikunjness/QRRegister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QRRegister

##Installation

###To install the app on Ubuntu:

  • install CouchDB via the command

    sudo apt-get install CouchDB

  • open the web interface in your browser at http://localhost:5984/_utils

  • create a database, for example named "qrregister"

  • in this database, create a document with id "app" and save it.

  • in the document with id "app", add the file "index.html" as attachment

  • run the application in your browser via

    http://localhost:5984/qrregister/app/index.html

Send mail script configuration

  • Add following handler entry to your couchdb configuration file

      [httpd_global_handlers]
      _sendmail = {couch_httpd_proxy, handle_proxy_req, <<"http://localhost:8005/">>}
    

References:

About

AngularJS + CouchDB app for event attendees registration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published