Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.34 KB

SIED

GUI with Command Line Interface included for managing the information system of a sports entity. The program works over 3 files:

  • directores_tecnicos.txt
  • patrocinadores.txt
  • secciones.txt

All commands are generated through Java Lambda Expressions.

start

Built With

Getting Started

Prerequisites

  • The Java Development Kit. You can find it on Oracle.
  • Apache NetBeans (preferrable over NetBeans IDE 8.2).

You can clone this repsitory to get the source code

git clone https://github.com/leovergaramarq/SIED.git

Usage

  1. Open the project with your IDE.
  2. Run the class sied.SIED.java.

Views

Basic Command

help

Basic Nested Command

anidate

Build

The process of generating a .jar executable is guided by your IDE. If using NetBeans, please copy the src/res/ path into the generated dist/ folder.