Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.69 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.69 KB

Java Online IDE by Harold Ye

Hi there 👋

This is a React + Spring Boot project that can help you code in Java (or other languages) online (on your server).

Development Components

How to Use

first download the frontend -> https://github.com/Harold-y/javaonlineide_frontend, then cd that folder, run npm install npm-install-all -g to install all modules. Second you need to download the backend and use the MySQL file to create the database. Then, get webssh2(https://github.com/billchurch/webssh2). Start the webssh2, the frontend (using npm start), then start the backend.

get into localhost:3000 to use the IDE.

Functions

  • You will first enter the main page, you can create java, maven, and spring projects, or opening existing ones image image

  • after opening an project, you can edit just like an local IDE (still need development on the compile & run part) image image

image

Author: Harold澂冰