Deploy
Effortlessly deploy and configure eSignet with comprehensive guides, architecture insights, and mock environments.
Last updated
Was this helpful?
Effortlessly deploy and configure eSignet with comprehensive guides, architecture insights, and mock environments.
Last updated
Was this helpful?
The eSignet solution is designed to be easily deployed and tested locally. The latest stable codebase is available under the master branch of the eSignet repository. All feature development or bug fixes are typically carried out on specific feature or development branches.
Modules under use Maven as the build tool.
is a spring-boot application that hosts all the REST endpoints.
Prerequisites
Java 11
Apache Maven 3.8.6
Build Steps
Run the below command to build eSignet backend services.
is a react application that is built with npm, offering a dynamic user interface to interact with the backend services.
Prerequisites
npm 8.1.2 or higher
node v16.13.2 or higher
Build
Run the below command to install all the required dependencies
Run the below command to build the UI application