Movie Booking demo Installation Download Node.js Installer from this link https://nodejs.org/en/download/ Clone the project $ git clone https://github.com/RyanTokManMokMTM/NodeJsServer.git Install mysql and run the sql into you database. https://www.mysql.com/ Modify the .env file to your own setting SERVER_HOST = server_host SERVER_PORT = server_port DB_HOST = db_host DB_PORT = db_port DB_USER = db_user DB_PASSWORD = db_pw DB_DATABASE = db Install the package you need for this project npm install run the server up to your local machine npm run server There are something need to be fix... MySQL Desgin Problem, must be a atomic data for the moivie genre type.... Need another table/Schema to storing the genre type Movie Schema need the foreign key(one to many relation ship). A movie can has many genres Need More work on this project...