Tiankai-Jiang / SUSTC

CS309 Project - SUSTech User Script Tools Center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUSTC

CS309 Project - SUSTech User Script Tools Center

An online platform for running scripts, similar to OnlineGDB. Users can share their own scripts can others can run it.

Dependencies

  • Java 1.8+ (Recommand Java 11)
  • Apache Maven
  • Docker

Usage

Configuration

In application.properties:

  • For first run, change spring.jpa.hibernate.ddl-auto to create, then change it to update.
  • Specify your database configuration in spring.datasource.*.

Launch the project

Use jar release

  1. Download the jar in the release.
  2. Modify application.properties (see Configuration).
  3. Execute the jar archive:
$ java -jar scriptpro-1.0.0-RELEASE.jar

Build with Apache Maven

  1. Clone this repository.
  2. Modify application.properties (see Configuration).
  3. Execute with Maven:
$ mvn clean install
$ mvn spring-boot:run

Website

Main Page

About

CS309 Project - SUSTech User Script Tools Center


Languages

Language:JavaScript 98.4%Language:HTML 0.9%Language:Java 0.5%Language:CSS 0.2%