Skip to content

CSY-s/EditorAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EditorAdmin

Run

  1. Configure environment variables if needed:
$env:DB_URL="jdbc:mysql://localhost:3306/paper_system?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai"
$env:DB_USERNAME="root"
$env:DB_PASSWORD="your-password"
$env:JWT_SECRET="your-jwt-secret"
  1. Start backend:
mvn spring-boot:run
  1. Open:
  • Frontend: http://localhost:2008/
  • Admin: http://localhost:2008/admin

Frontend Dev

cd frontend
npm install
npm run dev

Open http://127.0.0.1:5173/.

Publish To GitHub

This project lives in a non-ASCII local path, which can make git push unstable on some Windows setups.

Use the helper script from the project root:

powershell -ExecutionPolicy Bypass -File .\scripts\publish-github.ps1 -CommitMessage "your update message"

The script copies the safe project files to C:\temp\EditorAdmin_upload, commits there, and pushes to:

https://github.com/CSY-s/EditorAdmin.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors