https://github.com/koeonyack/db-project
📘 2018-1 Handong DB team project [Watcha Clone]
https://github.com/koeonyack/db-project
database mysql-database php
Last synced: 4 months ago
JSON representation
📘 2018-1 Handong DB team project [Watcha Clone]
- Host: GitHub
- URL: https://github.com/koeonyack/db-project
- Owner: KoEonYack
- Created: 2018-05-12T23:39:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T12:51:27.000Z (about 7 years ago)
- Last Synced: 2025-01-04T08:43:41.089Z (5 months ago)
- Topics: database, mysql-database, php
- Language: PHP
- Homepage:
- Size: 458 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DB project
2018-1 Handong DB 'SQL' team project
Kim Myung Chul Haram bae Ko Eonyak Koh Eunsung
Our project can be seen on the homepage. http://watcha.o-r.kr/dbproject/index.html (AWS EC2 Server)
__index.php__
Cover page of homepage.
__button.php__
button.php shows a list of each scenario in the form of a button. The parentheses show the types of queries you have used specially. Press the button to see the scenario.
Note. Most scenarios require login.__db_connect.php__
Our git repository does not have db_connect.php.(check .gitignore) Because it contains the sensitive password to access mysql. However db_connect.php file is required to operate DB locally.(EC server havev db_connect.php so there is no problem use website) db_connect.php is on our DB project Google Drive.
__ESK_project, HRB_project, KEY_project, and MCK_project directory__
We did the work divided by scenario. Each person's work is stored in the resulting php file.
__Admin directory__
The php file is stored to perform the administrator scenarios.