/okvote

voting simple

Primary LanguageJavaMIT LicenseMIT

okvote

Features

  • voting simple

Installation

  • git clone https://github.com/kenu/okvote
  • cd okvote
  • mvnw package # or ./mvnw clean package
  • java -jar target/okvote-0.0.1-SNAPSHOT.jar

Usage

License

  • MIT

Contributing

  • Fork and clone the repository
  • Create a new branch
  • Commit your changes
  • Push your branch to your fork
  • Create a pull request

Deploy on EC2

curl -o install-env.sh -L https://raw.githubusercontent.com/kenu/okvote/main/scripts/install-env.sh && sh install-env.sh && rm -rf install-env.sh