xjtutennis

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2026 License: AGPL-3.0 Imports: 12 Imported by: 0

README

XJTUTennis XJTUTennis

XJTUTennis, A Platform for Automatic XJTU Sport Court Booking

Notice

To guarantee the efficiency of platform, the core court reserver part court_reserver is NOT open sourced, and is an additional plugin of the platform. You can still run the program without the plugin, but no courts will be reserved, only showed on UI.

You can write your own reserver as long as it meets the API requirements as in https://github.com/endaytrer/court_reserver_interface.

Quickstart (Temporary)

./init.sh
# Start server without reserver plugin:
go run .
# Or, start a server with reserver plugin:
go run . -reserver-plugin /path/to/court_reserver.so -challenge-url http://202.117.17.144:8071/

# On another terminal,
# Start frontend development server
cd client
npm install
npm run dev

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL