This repository contains our Database Management System (DBMS) Project developed as a digital solution to address the challenges faced by GIKI students regarding bus ticket reservations. The current manual system at GIKI creates numerous hurdles for students seeking to book tickets. Our system aims to simplify the process for both students and administrators by providing a user-friendly interface for booking tickets and an admin panel for managing and maintaining ticket records.
? GIKI_Bus_Ticket_Reservation_System
├─ gbrs
├─ asset
│ ├─ admin
│ │ ├─ css
│ │ ├─ img
│ │ └─ js
│ ├─ css
│ └─ public
│ ├─ fonts
│ └─ images
├─ node_modules
├─ static
│ ├─ css
│ └─ public
├─ system
│ ├─ backend
│ ├─ migrations
│ ├─ _init_.py
│ ├─ admin.py
│ ├─ apps.py
│ ├─ models.py
│ ├─ tests.py
│ └─ views.py
├─ templates
├─ theme
├─ requirements.txt
├─ manage.py
└─ README.md
git clone https://github.com/JunaidSalim/GIKI_Bus_Ticket_Reservation_System.git
pip install -r requirements.txt
settings.py
Update the `settings.py` file with your database credentials and other necessary configurations. Ensure that the `DATABASES` setting matches your database setup and adjust any other settings such as `EMAIL_HOST`, `DEBUG`, and `STATIC_URL` as needed.
python manage.py migrate
python manage.py tailwind start
python manage.py runserver
We welcome contributions to the GIKI Bus Ticket Reservation System project! To ensure a smooth collaboration process, please follow these guidelines when contributing:
main
branch of the original repository. Include a detailed description of your changes and reference any related issues.We appreciate your efforts to improve the project and look forward to your contributions!
This project is licensed under the MIT License. See the LICENSE file for more details.