Skip to content

An Open Source signing service implementation integrated with Salesforce.com and Heroku

License

Notifications You must be signed in to change notification settings

diverted247/signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signer

An Open Source signing service implementation integrated with Salesforce.com and Heroku.

All libraries used within signer are open source and all implementation code within is licensed as MIT. Please feel free to use this for any purpose you see fit.

signer is built with python and HTML5 and it runs on any modern browser allowing you to sign and generate PDF documents from templates in markdown. The service uses SalesForce.com the OAUTH and Identity Services and thus full REST API access is available.

To deploy signer:

IMPORTANT!!! To initalize the database you must do the following:

  • $heroku run python
  • $> from app import db
  • $> db.create_all() #this will create all tables

After the database is initialized everything should work as expected.

This codebase was created in a 3 week sprint for the #SalesForce $1M Hackathon.

Special thanks to:

  • Gage Morgan
  • Linda Patrick
  • Ted Patrick

Building signer was great fun!

Enjoy!

Ted Patrick Lead Developer

About

An Open Source signing service implementation integrated with Salesforce.com and Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages