Skip to content

This repository contains a variety of code examples for working with BoldSign eSignature API, and this code examples are built with Angular and Python.

Notifications You must be signed in to change notification settings

boldsign/angular-python-eSignature-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

eSignature examples with Angular and Python – BoldSign API

This repository contains a variety of code examples for working with BoldSign eSignature API, and this code examples are built with Angular and Python.

API Demo

Scenarios covered

This repository includes the below list of code examples using the BoldSign APIs:

Prerequisites

  1. Signup for BoldSign trial
  2. Acquire needed BoldSign app credentials from here. Authentication - Help Center - BoldSign
  3. Check the node version, it should be v14.15.0 or above.
  4. And also check if Angular is installed, if not kindly run this command on your terminal to install
	npm install -g @angular/cli
  1. Now you have all the prerequisites ready to start BoldSign API for Angular.

Steps to run sample

  1. Before running the sample, open the env file in the server-python folder, and add your API key acquired from the BoldSign Web App in the ApiClient, by replacing "APIKey" on the line no 1.
  2. To run the Send document from template sample, create a template from the web app with necessary fields. Copy the template ID from the web app once the template has been created. Add the copied template ID, in the sample template ID text box.
  3. To run the Embed signing process within your app and Embed send document using template within your app sample, create a template from the web app with necessary fields. Copy the template ID from the web app once the template has been created. Add the copied template ID, in the sample template ID text box.

Angular

  1. Open a new terminal and install the packages by using npm install.
  2. Run ng serve. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Python

  1. Open a new terminal and install the packages by using pip install python-dotenv.
  2. Run py run.py. Server is listening the port.

Useful Resources

Contact Us

Any feedback or queries? Please feel free to contact our support team or mail to support@boldsign.com.

About

This repository contains a variety of code examples for working with BoldSign eSignature API, and this code examples are built with Angular and Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published