This is only an old demo project for studying purposes.
- Maven
- Java (ver. 8 and higher)
- NodeJS (for json-server)
Install json-server:
npm install -g json-server
- 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