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 许可证的许可。有关更多详细信息,请参阅许可证文件。