├── .gitignore
├── CODE_OF_CONDUCT.md
├── LICENSE
├── Papers
├── Database Concurrency
│ └── readme.md
├── Database Security
│ └── readme.md
├── Performance-analysis
│ └── log.hv
└── readme.md
├── README.md
├── dependencies.t
├── documentation
└── Project_report_final_format.pdf
├── presentation
└── dbms_project_ppt.pdf
├── requirements.txt
├── src
├── Booking.php
├── aboutus.html
├── cancel.php
├── css
│ ├── main.css
│ └── util.css
├── default
│ ├── index.php
│ ├── test_sockets.php
│ └── testmysql.php
├── enquiry.html
├── enquiry.php
├── fonts
│ ├── Linearicons-Free-v1.0.0
│ │ ├── WebFont
│ │ │ ├── Linearicons-Free.eot
│ │ │ ├── Linearicons-Free.svg
│ │ │ ├── Linearicons-Free.ttf
│ │ │ ├── Linearicons-Free.woff
│ │ │ └── Linearicons-Free.woff2
│ │ └── icon-font.min.css
│ ├── font-awesome-4.7.0
│ │ ├── HELP-US-OUT.txt
│ │ ├── css
│ │ │ ├── font-awesome.css
│ │ │ └── font-awesome.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── less
│ │ │ ├── animated.less
│ │ │ ├── bordered-pulled.less
│ │ │ ├── core.less
│ │ │ ├── fixed-width.less
│ │ │ ├── font-awesome.less
│ │ │ ├── icons.less
│ │ │ ├── larger.less
│ │ │ ├── list.less
│ │ │ ├── mixins.less
│ │ │ ├── path.less
│ │ │ ├── rotated-flipped.less
│ │ │ ├── screen-reader.less
│ │ │ ├── stacked.less
│ │ │ └── variables.less
│ │ └── scss
│ │ │ ├── _animated.scss
│ │ │ ├── _bordered-pulled.scss
│ │ │ ├── _core.scss
│ │ │ ├── _fixed-width.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _larger.scss
│ │ │ ├── _list.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _path.scss
│ │ │ ├── _rotated-flipped.scss
│ │ │ ├── _screen-reader.scss
│ │ │ ├── _stacked.scss
│ │ │ ├── _variables.scss
│ │ │ └── font-awesome.scss
│ ├── iconic
│ │ ├── css
│ │ │ ├── material-design-iconic-font.css
│ │ │ └── material-design-iconic-font.min.css
│ │ └── fonts
│ │ │ ├── Material-Design-Iconic-Font.eot
│ │ │ ├── Material-Design-Iconic-Font.svg
│ │ │ ├── Material-Design-Iconic-Font.ttf
│ │ │ ├── Material-Design-Iconic-Font.woff
│ │ │ └── Material-Design-Iconic-Font.woff2
│ └── poppins
│ │ ├── Poppins-Black.ttf
│ │ ├── Poppins-BlackItalic.ttf
│ │ ├── Poppins-Bold.ttf
│ │ ├── Poppins-BoldItalic.ttf
│ │ ├── Poppins-ExtraBold.ttf
│ │ ├── Poppins-ExtraBoldItalic.ttf
│ │ ├── Poppins-ExtraLight.ttf
│ │ ├── Poppins-ExtraLightItalic.ttf
│ │ ├── Poppins-Italic.ttf
│ │ ├── Poppins-Light.ttf
│ │ ├── Poppins-LightItalic.ttf
│ │ ├── Poppins-Medium.ttf
│ │ ├── Poppins-MediumItalic.ttf
│ │ ├── Poppins-Regular.ttf
│ │ ├── Poppins-SemiBold.ttf
│ │ ├── Poppins-SemiBoldItalic.ttf
│ │ ├── Poppins-Thin.ttf
│ │ └── Poppins-ThinItalic.ttf
├── front.html
├── images
│ ├── bg-01.png
│ └── icons
│ │ ├── favicon.ico
│ │ └── map-marker.png
├── js
│ ├── main.js
│ └── map-custom.js
├── login.php
├── robots.txt
├── signup.php
└── vendor
│ ├── animate
│ └── animate.css
│ ├── animsition
│ ├── css
│ │ ├── animsition.css
│ │ └── animsition.min.css
│ └── js
│ │ ├── animsition.js
│ │ └── animsition.min.js
│ ├── bootstrap
│ ├── css
│ │ ├── bootstrap-grid.css
│ │ ├── bootstrap-grid.css.map
│ │ ├── bootstrap-grid.min.css
│ │ ├── bootstrap-grid.min.css.map
│ │ ├── bootstrap-reboot.css
│ │ ├── bootstrap-reboot.css.map
│ │ ├── bootstrap-reboot.min.css
│ │ ├── bootstrap-reboot.min.css.map
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap.min.css
│ │ └── bootstrap.min.css.map
│ └── js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ ├── popper.js
│ │ ├── popper.min.js
│ │ └── tooltip.js
│ ├── countdowntime
│ └── countdowntime.js
│ ├── css-hamburgers
│ ├── hamburgers.css
│ └── hamburgers.min.css
│ ├── daterangepicker
│ ├── daterangepicker.css
│ ├── daterangepicker.js
│ ├── moment.js
│ └── moment.min.js
│ ├── jquery
│ └── jquery-3.2.1.min.js
│ ├── perfect-scrollbar
│ ├── perfect-scrollbar.css
│ └── perfect-scrollbar.min.js
│ └── select2
│ ├── select2.css
│ ├── select2.js
│ ├── select2.min.css
│ └── select2.min.js
└── travis.yml
/.gitignore:
--------------------------------------------------------------------------------
1 | _site/
2 | .sass-cache/
3 | .jekyll-cache/
4 | .jekyll-metadata
5 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Contributor Covenant Code of Conduct
2 |
3 | ## Our Pledge
4 |
5 | In the interest of fostering an open and welcoming environment, we as
6 | contributors and maintainers pledge to making participation in our project and
7 | our community a harassment-free experience for everyone, regardless of age, body
8 | size, disability, ethnicity, sex characteristics, gender identity and expression,
9 | level of experience, education, socio-economic status, nationality, personal
10 | appearance, race, religion, or sexual identity and orientation.
11 |
12 | ## Our Standards
13 |
14 | Examples of behavior that contributes to creating a positive environment
15 | include:
16 |
17 | * Using welcoming and inclusive language
18 | * Being respectful of differing viewpoints and experiences
19 | * Gracefully accepting constructive criticism
20 | * Focusing on what is best for the community
21 | * Showing empathy towards other community members
22 |
23 | Examples of unacceptable behavior by participants include:
24 |
25 | * The use of sexualized language or imagery and unwelcome sexual attention or
26 | advances
27 | * Trolling, insulting/derogatory comments, and personal or political attacks
28 | * Public or private harassment
29 | * Publishing others' private information, such as a physical or electronic
30 | address, without explicit permission
31 | * Other conduct which could reasonably be considered inappropriate in a
32 | professional setting
33 |
34 | ## Our Responsibilities
35 |
36 | Project maintainers are responsible for clarifying the standards of acceptable
37 | behavior and are expected to take appropriate and fair corrective action in
38 | response to any instances of unacceptable behavior.
39 |
40 | Project maintainers have the right and responsibility to remove, edit, or
41 | reject comments, commits, code, wiki edits, issues, and other contributions
42 | that are not aligned to this Code of Conduct, or to ban temporarily or
43 | permanently any contributor for other behaviors that they deem inappropriate,
44 | threatening, offensive, or harmful.
45 |
46 | ## Scope
47 |
48 | This Code of Conduct applies both within project spaces and in public spaces
49 | when an individual is representing the project or its community. Examples of
50 | representing a project or community include using an official project e-mail
51 | address, posting via an official social media account, or acting as an appointed
52 | representative at an online or offline event. Representation of a project may be
53 | further defined and clarified by project maintainers.
54 |
55 | ## Enforcement
56 |
57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be
58 | reported by contacting the project team. All
59 | complaints will be reviewed and investigated and will result in a response that
60 | is deemed necessary and appropriate to the circumstances. The project team is
61 | obligated to maintain confidentiality with regard to the reporter of an incident.
62 | Further details of specific enforcement policies may be posted separately.
63 |
64 | Project maintainers who do not follow or enforce the Code of Conduct in good
65 | faith may face temporary or permanent repercussions as determined by other
66 | members of the project's leadership.
67 |
68 | ## Attribution
69 |
70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71 | available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72 |
73 | [homepage]: https://www.contributor-covenant.org
74 |
75 | For answers to common questions about this code of conduct, see
76 | https://www.contributor-covenant.org/faq
77 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2018 AnkitJishan
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/Papers/Database Concurrency/readme.md:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Papers/Database Security/readme.md:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Papers/Performance-analysis/log.hv:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Papers/readme.md:
--------------------------------------------------------------------------------
1 | Also note:
2 |
3 | - Project paper available at https://github.com/jishanshaikh4/MSDP-Paper/
4 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Metro System Database Project
2 | [](https://hitsofcode.com/github/jishanshaikh4/metro-system-database-project/view)
3 |
4 |
5 | # Sections
6 | [Abstract](https://github.com/AnkitJishan/Metro-System-Database-Project#abstract) | [Keywords](https://github.com/AnkitJishan/Metro-System-Database-Project#keywords) | [Preface](https://github.com/AnkitJishan/Metro-System-Database-Project#preface) | [Contributions](https://github.com/AnkitJishan/Metro-System-Database-Project#contributions) | [License](https://github.com/AnkitJishan/Metro-System-Database-Project#license)
7 |
8 | ## Abstract
9 | > A Metro System is one which helps us to maintain an organisational data regarding a metro system. Since it is very difficult to maintain a record of data items and this information manually or in file system, we are creating a database for the complete management of resources and tasks of metro system. A Metro System database is one which is used for operational ease in place of traditional file system or Excel worksheets for information storage and retrieval with customized user queries implemented in SQL and is a fully functionally required software prototype with proper user interface and some random software engineering standards. Organising database for data collection and retrieval helps us to maintain data easily. We design it with the help of Entity-Relationship diagram, UML diagrams, data flow diagrams, and using tables & proper User interfaces. It consists of several steps to be followed and many webpages are to be maintained simultaneously. It is a working prototype of a database schema which can further be enhanced. The usage of standard webpages in HTML, CSS, JavaScript, PHP helps us to take project online without much modifications.
10 |
11 | > For main functionalities, we have to maintain many records such as train numbers, train route, departure time, arrival time, train type, fare, managements, departments, customers, etc. When we want to travel we reserve seat (Additional feature for Metro System but it is not compulsory for all passengers to reserve seats for them, they can still check in at last moment in case of availability in first in first serve order), for this we have to fill the reservation form which includes entries such as train number, train name, departure time, arrival time, route, train type. So, we should gather all the information regarding all these.
12 |
13 | ### Keywords:
14 |
15 | **Metro System, Railway, Database, Prototype, Software Engineering Principles, User Interface**
16 |
17 | ## Preface
18 | This project titled Metro System Database Project is one of the academic projects we (as a team of 2 members) take in DataBase Management System Laboratory course (4th Sem) of Bachelor in Technology (Computer Science & Engineering), here at Maulana Azad National Institue of Technology, Bhopal. This project was started in End of February 2018 and merely ends at the submission date by April 13. (Work in off days only)
19 |
20 | The complete report is organized into small chapters, sections, subsections, appendices, etc. Snapshots and screenshots are taken for clear idea of what’s going. We’ve tried to cover all information regarding project to be assemble in report but still SRS document, Plan document, Design document, Preliminary RMMM plan does not find their place in the report. Further they can be merged into report in future as per requirements.
21 |
22 | The foundations of project started in January 18, when new session starts and topic of project decided. Some points such that project management, scalability, risk analysis, version control, aims, etc. were discussed primarily. The major aims set at beginning of this project was-
23 |
24 | - To gain the technical knowledge and experience and practical "hands" behind databases, their management systems, and other technologies.
25 | - A clear idea of working title; incorporating traditional accent but with some modern software engineering principles, practices, and standards.
26 | - Improving team skills under fully supervision (Project management including risk analysis and soft-skills).
27 | - To present a final result implementation, its analysis, and evaluation with proper documentation/project report.
28 |
29 | Althrought the aims were set primarily and broadly, we as a team collaborate on multiple issues and try as much as we can to be stick on aims along with healthy communication from supervisors. The documentation is neither a fully formal documentation nor a research based report, but it inherits many attributes of both in it. Here are some highlights of the project -
30 |
31 | - A single document having combination of documentation, project report, reference manual, tutorial, user manual for the output
32 | - Practical implementation of DataBase System used for Metro system
33 | - Parallel implementation of DataBase in many DataBases platforms, here we used MySQL workbench and LibreOffice Base as major two platforms using SQL as major query language
34 | - Incorporation of Software Engineering elements such as principles, practices, life-cycle, etc.
35 |
36 | Most of the collected contents are properly referenced*. If any of work is not, please feel free to notify us OR directly pull requests.
37 |
38 | Everyone has authority to analyse, evaluate, and collaborate on this project. We will welcome all enthusiasts. This project is licensed under Creative Commons ShareAlike Non-distribution 3.0 International licence 2018. From software engineering practice we know Software prototype maintainance never ends as no software built is perfect, so the modifications to the first version/release of this project is completely moved to github. Althrough we are saying output as a software, it might not be a fully functional SOFTWARE. We can say it as a working prototype of software which can further be enhanced in form of a software.
39 |
40 | It was very memorable to work on such a project with such a team and such a mentor. No work is perfect, remember to write your views to us! Healthy critism, suggestions, feedback, and even your opinions are always welcome to enhance this project either at github. It will be good if it includes its internal responsive filter search, thats why it is in To-do list.
41 |
42 | ## Contributions
43 | We are willing to accept contributions from open source developers. What you have to do is simply fork this repository, made changes to it, and leave a pull request. Anybody can contribute to this repository following industry ethics.
44 |
45 | ## License
46 | This project is licensed under MIT Licence. You can not use, re-modify, distribute it for commercial purposes. Read more about licence [here](https://en.wikipedia.org/wiki/MIT_License).
47 |
48 | Copyright 2017-Present. Ankit Chouhan & Jishan Shaikh.
49 |
50 | MIT License
51 |
52 | https://en.wikipedia.org/wiki/MIT_License
53 |
54 | 
55 |
--------------------------------------------------------------------------------
/dependencies.t:
--------------------------------------------------------------------------------
1 | js -enable
2 | ts -optional
3 |
--------------------------------------------------------------------------------
/documentation/Project_report_final_format.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jishanshaikh4/metro-system-database-project/532a131d9237209e692d939ee2571b06eae47ef5/documentation/Project_report_final_format.pdf
--------------------------------------------------------------------------------
/presentation/dbms_project_ppt.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jishanshaikh4/metro-system-database-project/532a131d9237209e692d939ee2571b06eae47ef5/presentation/dbms_project_ppt.pdf
--------------------------------------------------------------------------------
/requirements.txt:
--------------------------------------------------------------------------------
1 | # Basic requirements
2 |
3 | - HTML5 (NOT EXPLICIT)
4 | - CSS3 (NOT EXPLICIT)
5 | - Jquery (NOT EXPLICIT)
6 | - JavaScript (Should be enabled)
7 | - MySQL Database (NECESSARY AND CUSTOMIZED)
8 |
--------------------------------------------------------------------------------
/src/Booking.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |