/election-java-rmi-ianbandrade

election-java-rmi-ianbandrade created by GitHub Classroom

Primary LanguageJavaMIT LicenseMIT

Logo
About    |    Techs    |    Run    |    License

About

There is a simple Election system using Java RMI.

Techs

  • Java 1.8

Run

Clone the repository

# Clone Repository
$ git clone https://github.com/PUC-DISCIPLINAS/election-java-rmi-ianbandrade.git

Run Server

# Go to folder
$ cd election-java-rmi-ianbandrade/out/production/election-java-rmi-ianbandrade

# Start the server
$ java Server

The console going to show the result

Run Client

# Go to folder
$ cd election-java-rmi-ianbandrade/out/production/election-java-rmi-ianbandrade

# Start the client
$ java Client

The console going to show the result

License

This project is under the MIT license. See the file LICENSE for more details.