- Java
- Maven
- Mysql
First, clone this repository to your local machine:
> git clone https://github.com/huynq-fouj/elgamal-java
> cd elgamal-java
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
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