GIKI_Bus_Ticket_Reservation_System
1.0.0
該儲存庫包含我們作為數位解決方案開發的資料庫管理系統 (DBMS) 項目,旨在解決 GIKI 學生在巴士票預訂方面面臨的挑戰。 GIKI 目前的手動系統為學生訂票設置了許多障礙。我們的系統旨在透過提供使用者友好的訂票介面以及用於管理和維護票證記錄的管理面板來簡化學生和管理員的流程。
? 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
我們歡迎為 GIKI 巴士票預訂系統專案做出貢獻!為了確保協作過程順利進行,請在貢獻時遵循以下準則:
main
分支提交拉取請求。包含更改的詳細說明並參考任何相關問題。我們感謝您為改進專案所做的努力,並期待您的貢獻!
該項目已獲得 MIT 許可證的許可。有關更多詳細信息,請參閱許可證文件。