A full-stack flight booking system built using HTML, CSS, JavaScript, Node.js, and MySQL. This project was developed as part of our DBMS subject in the 4th semester. This showcases database management and dynamic web development. It allows users to browse flights and simulate booking functionalities.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MySQL
1️⃣ Clone the repository:
git clone https://github.com/Adi-aygd/Cloud-Airlines-.git
2️⃣ Navigate to the project folder:
cd Cloud-Airlines
3️⃣ Install dependencies:
npm install
4️⃣ Setup the database (import MySQL schema and configure connection).
5️⃣ Start the server:
node server.js
6️⃣ Open http://localhost:3000
in your browser.
This is a college project built for academic purposes and does not include real-world booking functionalities.