flysky is a python project from which we can book flight tickets and also modify backend data it consist of two main applications one is booking.py, which is used to book flight and another is backendapp.py from which we can change and manipulate flight data in database.
to use this app first we need to download XAMPP application to use MySQL database. after downloading XAMPP start the XAMPP Control Panel and start the Apache and MYSQL. then we have to run requirements.bat file to download all the dependencies of the project. then run database.bat to create the database. now all the dependencies are downloaded and database is also created and we are ready to use our main applications.
to start the booking app just go to Booking-app directory and and run app.bat file your application will be started on your default browser.
to run the Backend manager jus start the backendapp.bat file your application will be started on your default browser.