A hobby project on realtime cinema seat booking using web-sockets
Very basic ticket booking system that persists data using MySql and shows realtime seat availability status using Web-Socket events.
- Clone this repository.
- Import
db.sql
in your mysql server. - Change your mysql password in
app.js
. - Run
npm i
. - Start
node app.js
. - goto
localhost:8000
in your browser and start booking tickets.
- Node.js
- Web-Sockets
- MySql