Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (38 loc) · 1.06 KB

Tech

  • Java
  • Maven
  • Mysql

Demo

Home

Product

Category

User

Installation

Clone Repository

First, clone this repository to your local machine:

> git clone https://github.com/huynq-fouj/elgamal-java
> cd elgamal-java

Getting Started

Run With Maven

If you have Maven installed, you can compile and run the application using the following command:

#Clean, install project
> mvn clean install
#Run program
> mvn compile exec:java

Run With npm

If you have Maven, Node.js and npm installed, you can run the application using npm:

#It will run 'mvn clean intstall'
> npm run clean 
#It will run 'mvn compile exec:java'
> npm run dev