You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Python and React: MyUni Education Sample Application
1
+
# Python and React: University Sample Application
2
2
3
-
### Github repo: MyUniSampleApp
3
+
### Github repo: University Sample App
4
4
5
5
## Introduction
6
-
MyUni is a Docusign sample application written in Python 3.7 (server) and React (client). You can find a live instance running at [https://myuni.sampleapps.docusign.com/](https://myuni.sampleapps.docusign.com/).
6
+
The University Sample App is a Docusign sample application written in Python 3.7 (server) and React (client). You can find a live instance running at [https://university.sampleapps.docusign.com/](https://university.sampleapps.docusign.com/).
7
7
8
-
MyUni demonstrates the following:
8
+
The University Sample App demonstrates the following:
9
9
10
10
1. Authentication with Docusign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/).
11
11
2.**Change Your Major or Minor:** ([Source](./app/api/requests.py))
@@ -48,8 +48,8 @@ MyUni demonstrates the following:
48
48
49
49
**Manual**
50
50
51
-
1. Download or clone this repository to your workstation to directory **sample-app-myuni-python**
52
-
2. Navigate to that folder: **`cd sample-app-myuni-python`** directory
51
+
1. Download or clone this repository to your workstation to directory **sample-app-university-python**
52
+
2. Navigate to that folder: **`cd sample-app-university-python`** directory
4. Install React dependencies using [npm](https://www.npmjs.com/) package manager **npm install**
55
55
5. Update the **.env** file with the integration key and other settings.
@@ -58,8 +58,8 @@ MyUni demonstrates the following:
58
58
59
59
**Using installation scripts**
60
60
61
-
1. Download or clone this repository to your workstation in the folder **sample-app-myuni-python**.
62
-
2. Navigate to the scripts subfolder: **`cd sample-app-myuni-python/scripts`**
61
+
1. Download or clone this repository to your workstation in the folder **sample-app-university-python**.
62
+
2. Navigate to the scripts subfolder: **`cd sample-app-university-python/scripts`**
63
63
3. Run the installation script: **`./install.sh`**
64
64
4. Update the **.env** file with the integration key and other settings.
65
65
> **Note:** Protect your integration key and client secret. You should make sure that your **.env** file will not be stored in your source code repository.
@@ -70,11 +70,11 @@ All installation scripts are located in the **scripts** folder.
70
70
1. To stop the application, run **`./stop.sh`**
71
71
1. To remove the virtual environment and modules, run **`./clean.sh`**
72
72
73
-
## Running MyUni
73
+
## Running the University Sample App
74
74
75
75
### Manual
76
76
77
-
1. Navigate to the application folder: **`cd sample-app-myuni-python`**
77
+
1. Navigate to the application folder: **`cd sample-app-university-python`**
78
78
2. Run the application: **`flask run --port 5001`**
<metaname="description" content="See how the MyUni Docusign sample application for education showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications.">
17
+
<title>University Sample App</title>
18
+
<metaname="description" content="See how the University Sample App showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications.">
<metaname="twitter:description" content="See how the MyUni Docusign sample application for education showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
<metaproperty="og:description" content="See how the MyUni Docusign sample application for education showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
<metaname="twitter:description" content="See how the University Sample App showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
<metaproperty="og:description" content="See how the University Sample App for education showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
"Description": "<p>This education-focused Docusign sample application demonstrates some common Docusign API integration workflows built from the Docusign eSignature API, Docusign Click API, Docusign Payments, and Docusign Connect.</p>",
"SandboxText": "<h4>Get Started with the Docusign APIs Today</h4>",
7
7
"SandboxButton": "GET YOUR DEVELOPER ACCOUNT",
8
8
"Description2": "<p></br>With the Docusign developer account, you can test our APIs for free! Developer accounts do not expire and have enterprise-level features enabled.</p>",
9
-
"Features": "<h3>MyUni features:</h3><ul><li>Send document for signature</li><li>Update recipient information</li><li>Embedded signing </li><li>Create an envelope from HTML import</li><li>Real-time status reporting</li><li>Fill tab data</li><li>Create a clickwrap</li><li>Embed a clickwrap on your site</li><li>Calculated (formula) fields</li><liRequest payment</li></ul>",
9
+
"Features": "<h3>The University Sample App features:</h3><ul><li>Send document for signature</li><li>Update recipient information</li><li>Embedded signing </li><li>Create an envelope from HTML import</li><li>Real-time status reporting</li><li>Fill tab data</li><li>Create a clickwrap</li><li>Embed a clickwrap on your site</li><li>Calculated (formula) fields</li><liRequest payment</li></ul>",
"AboutDocuSign": "<h3>About Docusign</h3><ul><li>More than 1,000,000 paying customers and over a billion users in over 180 countries</li><li>More than 300,000 new unique users join the Docusign Global Trust Network every day</li><li>83% of Docusign documents are returned within 1 hour, with 50% completed within 15 minutes</li><li>$36 per document savings when you leave paper behind</li> <li>Docusign is available in 44 languages</li></ul>"
0 commit comments