# HOTEL_BOOKING_WEB_APPLICATION Designed a Web Application Using ReactJS, CSS (Bootstrap and Material UI) for Front End with Node.js (Express) for Back end and MySQL for Database. + Triggers and Procedures are also included. + Added Node mailer feature for forgot password and OTP Check for hotel booking. Load the MySQL Dump file under the database name ```dbms_project``` and modify the login credentials in the Server.js file to your SQL credentials Navigate to the folders in the terminal, respectively Client and Server and install the packages required ``` cd client npm install cd .. cd server npm install ``` Server can be started with ```node index.js``` in the terminal Client side can be started with ```npm start``` in the terminal # Project3-Nexus