Frontend: HTML + JS Backend: NodeJS
Releases
·
Report Bug
TSIDS (Teacher and Student Information Display System) is a fully automatic classroom information display software. It currently contains a NodeJS backend script, a web page for display and control. It is currently deployed in a Docker container.
- Display current time
- Display current weather (temperature, rain, weather warnings, weather reminders)
- Display today and future homework
- Countdown to the end of the lesson
- Client-side timetable system
- Modular components (now, info, homework)
- Manage special events and marquee (Version 2 work in progress)
- NodeJS V11
- MySQL Database
- Download latest release Run the following commands in project directory
npm install
npm run-script setup
- Enter information about your database to establish connection and create table
npm start
to start TSIDS- Visit
[YOUR IP]:3000/index.htm