Code Monkey home page Code Monkey logo

jfx-project-1-2's Introduction

Javafx Client/Server Football Club Database Manager Project

The app is a simple client/server football club management system. A server hosts a database of about 17k player information (collected from fifacm). Clients login as clubs and can search and view the details of the players in the club. Additionally, players can be bought or sold across clients connected to the same server.

screenshot

Running the Program

You can run the prebuilt cross-platform executable jars (download) from the release.

Running over Network

To run the server at a specified port, say 3001, run

 java -jar server.jar 3001

To make the client connect to a specified ip address and port, say 101.102.103.104 on port 99, run,

java -jar client.jar 101.102.103.104::99

Building

The project is built using Apache Maven.

Download JDK 11 or later for your operating system. Make sure JAVA_HOME is properly set to the JDK installation directory.

Install Maven and add to path.

Build

From project root run

mvn compile package

Run Server

cp data build/; cd build/
java -jar client.jar --server

Run Client

java -jar client.jar

Or you can just execute the jar by clicking (on windows).

jfx-project-1-2's People

Contributors

risenfromashes avatar

Stargazers

Anik Saha avatar Md. Riyasat Hossain avatar

Watchers

James Cloos avatar  avatar Md. Riyasat Hossain avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.