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.
7dd98b2398 | 2 years ago | |
---|---|---|
docs | 2 years ago | |
model | 2 years ago | |
plugin | 2 years ago | |
server | 2 years ago | |
web | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yaml | 2 years ago |
README.md
Design and Implementation of Web-based Party Organization Information Management System (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)