Our project is a simulation of a movie ticket booking system. The salient features of our projects are:
-
An active login system with real time updation of user data.
-
An interactive menu system to navigate through the program.
-
Extensive database management using Mysql for personalised user profiles.
Before executing "main.c", you need to perform the following actions:
- Installation of 'MySQL' in the system.
- The password for the user 'root' should be set to "Gaur@123#".
- Execute 'movie_database.sql' query script to create the required databases and tables in it.
- MySQL header files and libraries must be included as path in the compiler.
- 'libmysql.dll' must be included in the project folder.
- -lmysql should be added to the linker.
Now you may execute "main.c" program :)
Gaurav Kumar (BT22CSE001)
Divyansh Nigam (BT22CSE003)
Snehil Shah (BT22CSE015)
Moksh Pankaj Kajaliya (BT22CSE021)