Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.31 KB

Airline-reservation-system

Airline reservation system DBMS project. Using express, node, ejs, postgreSQL with bcypt authentication deployed on heroku.

Deployed web app on heroku with heroku postgres

https://flyeasy-airline.herokuapp.com/

This app uses

Platform as a service - heroku, Expressjs, nodejs, ejs, postgreSQL, bycrypt encryption, authentication, 
pythonbot to book tickets using voice commands, selenium, pyttsx3, speech_recognition

Report on the project

https://github.com/Ganesh-Sindagi/Airline-reservation-system/blob/main/Ganesh%20Sindagi-DBMS-Mini_project-report.pdf

App Demo

Click on the image to watch the full video.

Watch the video

Installation

Clone the repository, open the Terminal or Command Prompt in the current directory and execute the following command.

npm install

Usage

Run the server using following command.

node app.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.