Rithprohos / AccountManagement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AccountManagement MVC Project

Click on the gif for video

Demo Gif

Example of Account file

using testFile.txt in this repo

{name} {id} {balance}
Sang Mercado 1000 $600.00
Gloria Jauregui 2000 $2100.00
Yinebeb Zenaw 3000 $100.00
Kyle Johnson 4000 $100.00
Bonnie 5000 $100.00
Alex Scott 6000 $500.00

Run

Requires Java 8

# Download from github
wget http://github.com/sangm/AccountManagement/raw/master/AccountManagement.jar

# command line. You can also just run it by clicking on it
java -jar AccountManagement.jar

Tools

Gradle

since I'll be working at LinkedIn and they use gradle quite a bit, I decided why not? :)

Prerequisites: None, gradle will come bundled with project gradlew

  • To build run ./gradlew build
  • To build IntelliJ Specific files, run ./gradlew idea

About


Languages

Language:Java 90.0%Language:CSS 10.0%