This is a web server based i n NodeJS
git clone https://github.com/kinshark/trains2mo .
npm installCREATE TABLE `TOMO` (
`LINE_NAME` varchar(4) NOT NULL,
`HOUR` int(2) NOT NULL,
`MIN` int(2) NOT NULL,
PRIMARY KEY (`LINE_NAME`,`HOUR`,`MIN`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Create .env file with these contents from your MySQL server:
HOST=db_hostname
USER=db_user
PASSWORD=db_password
DATABASE=db_name
PORT=db_port
SERVER_PORT=server_portnode server.jsor
nodemon server.jsNo bottlenecks
Adding new data (same minutes)
Checking bottlenecks again
Keys API
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.



