Skip to content

ETOgaosion/12306

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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