ParkGunWook / okvote

voting simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

voting simple

License:MIT License


Languages

Language:Java 52.0%Language:HTML 34.4%Language:Shell 8.0%Language:CSS 5.7%