Deploy
Effortlessly deploy and configure eSignet with comprehensive guides, architecture insights, and mock environments.
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.
Build backend services
Modules under eSignet use Maven as the build tool.
eSignet-service 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.
mvn clean install -Dgpg.skip=true
Build UI
eSignet UI 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
npm install
Run the below command to build the UI application
npm run build
Last updated
Was this helpful?