Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snehil-shah/movie-ticket-booking-simulation
A Movie ticket booking System created using C language and MySQL Database
https://github.com/snehil-shah/movie-ticket-booking-simulation
Last synced: 24 days ago
JSON representation
A Movie ticket booking System created using C language and MySQL Database
- Host: GitHub
- URL: https://github.com/snehil-shah/movie-ticket-booking-simulation
- Owner: Snehil-Shah
- Created: 2023-06-12T20:36:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T11:23:15.000Z (about 1 year ago)
- Last Synced: 2023-11-24T19:26:34.418Z (12 months ago)
- Language: C
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Ticket Booking Simulation
## Summary:
Our project is a simulation of a movie ticket booking system.
The **salient features** of our projects are:1. An active login system with real time updation of user data.
2. An interactive menu system to navigate through the program.
3. Extensive database management using Mysql for personalised user profiles.
## Pre-requisites:
Before executing "main.c", you need to perform the following actions:
1. Installation of 'MySQL' in the system.
2. The password for the user 'root' should be set to "Gaur@123#".
3. Execute 'movie_database.sql' query script to create the required databases and tables in it.
4. MySQL header files and libraries must be included as path in the compiler.
5. 'libmysql.dll' must be included in the project folder.
6. -lmysql should be added to the linker.Now you may execute "main.c" program :)
## Members:
Gaurav Kumar (BT22CSE001)
Divyansh Nigam (BT22CSE003)
Snehil Shah (BT22CSE015)
Moksh Pankaj Kajaliya (BT22CSE021)