Code Monkey home page Code Monkey logo

jsonrpc-jpa-postgres-client's Introduction

Java Spring Boot JSON RPC Client side

This project not related to any company, so feel free to make this repo for your base spring boot project.

JSON RPC api server for this Rest API : https://github.com/MatthewBrandon21/jsonrpc-jpa-postgres-server

Tech Stack

Java Spring Boot 2.7.0 + Spring Web + Lombok

Run Locally

Clone the project

  git clone https://github.com/MatthewBrandon21/jsonrpc-jpa-postgres-client.git

Go to the project directory

  cd jsonrpc-jpa-postgres-client

Open in your java IDE

Sync Maven for depencency

Run app and automatically migrate the database (http://localhost:8080/)

API Reference

Create User

  POST /user/create
Parameter Type Description
name string Required
username string Required
email string Required
password string Required
isActive int Required. (0 for false, 1 for true)

Update user

  PUT /user/update/${id}
Parameter Type Description
name string Required
username string Required
email string Required
password string Required
isActive int Required. (0 for false, 1 for true)

Get User

  GET /user/findById/${id}
Parameter Type Description
id int Required. Id of product to update

Support

If need help, feel free to contact me! MatthewBrandon21

jsonrpc-jpa-postgres-client's People

Watchers

 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.