It's a train query program like Chinese 12306 for UCAS Database course. Train data is from 2016 Chinese train source data (No Public License).
We use MVC to write our project, due to our own understanding of this framework.
UI show:
This work strictly prohibits any action of copy, usage or modification, we use CC-BY-NC-ND-4.0 License.
This repository will be archived.
Do not clone this repo first, follow the instruction guidance below.
Please refer to windows INSTALL guide
Please refer to MacOS INSTALL guide
Note that we do not support Safari, please use chrome or edge instead.
This project use:
- Apache 2.4.59
- PHP 8.3.x
- Postgresql 14.x
After installation, you can visit http://localhost/12306/public
to see the project homepage, which is a login page if you open for the first time.
Check the Development Document
Development TODOS is in Development TODO doc
Testing TODOS is in Testing TODO doc