{"id":23224035,"url":"https://github.com/junaidsalim/giki_bus_ticket_reservation_system","last_synced_at":"2026-04-17T07:31:52.172Z","repository":{"id":244203540,"uuid":"747288852","full_name":"JunaidSalim/GIKI_Bus_Ticket_Reservation_System","owner":"JunaidSalim","description":"This repository contains our Database Management System (DBMS) project aimed at streamlining bus ticket reservations for GIKI students. It features a user-friendly interface for booking tickets and an admin panel for efficient ticket management.","archived":false,"fork":false,"pushed_at":"2024-08-08T14:58:33.000Z","size":35992,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T16:44:38.101Z","etag":null,"topics":["busticket","busticketingsystem","dbms","dbms-project","django","html-css-javascript","html5","postgresql","reservation-system","sql","tailwind"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JunaidSalim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-23T16:32:39.000Z","updated_at":"2024-08-08T14:58:29.000Z","dependencies_parsed_at":"2024-08-08T17:23:43.082Z","dependency_job_id":null,"html_url":"https://github.com/JunaidSalim/GIKI_Bus_Ticket_Reservation_System","commit_stats":null,"previous_names":["junaidsalim/giki_bus_ticket_reservation_system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JunaidSalim/GIKI_Bus_Ticket_Reservation_System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FGIKI_Bus_Ticket_Reservation_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FGIKI_Bus_Ticket_Reservation_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FGIKI_Bus_Ticket_Reservation_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FGIKI_Bus_Ticket_Reservation_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JunaidSalim","download_url":"https://codeload.github.com/JunaidSalim/GIKI_Bus_Ticket_Reservation_System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunaidSalim%2FGIKI_Bus_Ticket_Reservation_System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31919916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["busticket","busticketingsystem","dbms","dbms-project","django","html-css-javascript","html5","postgresql","reservation-system","sql","tailwind"],"created_at":"2024-12-18T23:29:58.156Z","updated_at":"2026-04-17T07:31:52.150Z","avatar_url":"https://github.com/JunaidSalim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GIKI BUS TICKET RESERVATION SYSTEM\nThis 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.\n\n## Features\n- User-friendly interface for students to book tickets\n- Admin panel for administrators to manage ticket records\n- Digital solution to replace the manual bus reservation system\n- Streamlined process for booking tickets, reducing hurdles for students\n- Efficient record management for administrators\n\n## Technologies Used\n- **UI/UX**: Figma, DhiWise\u003cbr\u003e\n- **Front-End**: HTML, Tailwind CSS\u003cbr\u003e\n- **Back-End**: Django\u003cbr\u003e\n- **Database**: PostgreSQL\u003cbr\u003e\n \n## Repository Structure:\n```\n📦 GIKI_Bus_Ticket_Reservation_System\n├─ gbrs\n├─ asset\n│  ├─ admin\n│  │  ├─ css\n│  │  ├─ img\n│  │  └─ js\n│  ├─ css\n│  └─ public\n│     ├─ fonts\n│     └─ images\n├─ node_modules\n├─ static\n│  ├─ css\n│  └─ public\n├─ system\n│  ├─ backend\n│  ├─ migrations\n│  ├─ _init_.py\n│  ├─ admin.py\n│  ├─ apps.py\n│  ├─ models.py\n│  ├─ tests.py\n│  └─ views.py\n├─ templates\n├─ theme\n├─ requirements.txt\n├─ manage.py\n└─ README.md\n```\n\n## Demo\n\nhttps://github.com/JunaidSalim/GIKI_Bus_Ticket_Reservation_System/assets/115392538/4d1d369c-3fda-4fe3-a208-56a34ca6aa60\n\n\n## Installation and Setup\n\n  ### Clone the repository:\n  ```bash\n  git clone https://github.com/JunaidSalim/GIKI_Bus_Ticket_Reservation_System.git\n  ```\n  \n  ### Install the required packages:\n  ```bash\n  pip install -r requirements.txt\n  ```\n  ### Configure `settings.py`\n    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.\n\n  ### Run migrations\n  ```bash\n  python manage.py migrate\n  ```\n  \n  ### Start Tailwind CSS:\n  ```bash\n  python manage.py tailwind start\n  ```\n  \n  ### Run the development server:\n  ```bash\n  python manage.py runserver\n  ```\n\n## Contribution Guidelines\n\nWe welcome contributions to the GIKI Bus Ticket Reservation System project! To ensure a smooth collaboration process, please follow these guidelines when contributing:\n\n1. **Fork the Repository**: Start by forking the repository to your GitHub account.\n2. **Create a Branch**: Create a new branch for your feature or bug fix.\n3. **Make Your Changes**: Implement your changes in your branch. Ensure that your code follows the project's coding standards.\n4. **Commit Your Changes**: Write clear and concise commit messages.\n5. **Push to Your Branch**: Push your changes to your branch on GitHub.\n6. **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.\n\nWe appreciate your efforts to improve the project and look forward to your contributions!\n\n## Contributors\n\n- [Junaid Saleem](https://github.com/JunaidSalim) - Back-End\n- [Hamza Faraz](https://github.com/hamzafaraz1821) - Front-End\n- [Muneeb Bin Nasir](https://github.com/JMSNM) - UI/UX\n- [Muhammad Taimoor](https://github.com/taimoorgiki) - Database\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunaidsalim%2Fgiki_bus_ticket_reservation_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunaidsalim%2Fgiki_bus_ticket_reservation_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunaidsalim%2Fgiki_bus_ticket_reservation_system/lists"}