Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 835 Bytes

File metadata and controls

38 lines (21 loc) · 835 Bytes

Java Coding Helper

Description

A coding helper created for programmers who are new to Java.

Demo for Intellij Plugin can be found here

Source code

client

server

Intellij Plugin

Go to each folder and run

npm install
npm start

Deployment

Interact with API using curl

curl -X POST https://powerful-brook-17823.herokuapp.com/text/getResponse -F userInput="Hello"

Replace hello to other stuffs u need to use.