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.
- User-friendly interface for students to book tickets
- Admin panel for administrators to manage ticket records
- Digital solution to replace the manual bus reservation system
- Streamlined process for booking tickets, reducing hurdles for students
- Efficient record management for administrators
- UI/UX: Figma, DhiWise
- Front-End: HTML, Tailwind CSS
- Back-End: Django
- Database: PostgreSQL
📦 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
video.mp4
git clone https://github.com/JunaidSalim/GIKI_Bus_Ticket_Reservation_System.git
pip install -r requirements.txt
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:
- Fork the Repository: Start by forking the repository to your GitHub account.
- Create a Branch: Create a new branch for your feature or bug fix.
- Make Your Changes: Implement your changes in your branch. Ensure that your code follows the project's coding standards.
- Commit Your Changes: Write clear and concise commit messages.
- Push to Your Branch: Push your changes to your branch on GitHub.
- Create a Pull Request: Submit a pull request to the
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!
- Junaid Saleem - Back-End
- Hamza Faraz - Front-End
- Muneeb Bin Nasir - UI/UX
- Muhammad Taimoor - Database
This project is licensed under the MIT License. See the LICENSE file for more details.