You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
sarom 7dd98b2398 update README.md 2 years ago
docs update 2 years ago
model update 2 years ago
plugin commit 2 years ago
server commit 2 years ago
web update 2 years ago
.gitignore update 2 years ago
README.md update README.md 2 years ago
docker-compose.yaml commit 2 years ago

README.md

Design and Implementation of Web-based Party Organization Information Management System (POMS)

POMS

Step 1: pack server

cd server
gradle clean build

Step 2: pack web

cd web
yarn build

Step 3: run

docker compose up -d

You need to prepare MySQL yourself with files in plugin/mysql.

Using /ping to test whether the server started successfully.

© Huijie.Yao (huijie.yao@outlook.com)