Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

51 lines (28 loc) · 1.33 KB

HandMake 12306

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.

Installation

Do not clone this repo first, follow the instruction guidance below.

Windows

Please refer to windows INSTALL guide

MacOS

Please refer to MacOS INSTALL guide

Note that we do not support Safari, please use chrome or edge instead.

Versions

This project use:

  • Apache 2.4.59
  • PHP 8.3.x
  • Postgresql 14.x

Usage

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.

Development

Check the Development Document

Tasks

Development TODOS is in Development TODO doc

Testing TODOS is in Testing TODO doc