Skip to content

ramsafin/swing-rest-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Swing + REST Service Demo

This is only an old demo project for studying purposes.

Prerequisites

  • Maven
  • Java (ver. 8 and higher)
  • NodeJS (for json-server)

Installation

Install json-server:

npm install -g json-server

How to Run

  • Launch json-server:
json-server --watch <path to your database>.json

The server will be available on http://localhost:3000/ (you can open this link in your browser).

  • Build & Run the application:
mvn clean package
java -jar target/<project-name>.jar

About

Java Swing + JSON REST API Demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages