Skip to content

giipark/okvote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

okvote

Features

  • voting simple

Requirements

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.5%
  • HTML 37.2%
  • Shell 6.8%
  • CSS 5.5%