GitXplorerGitXplorer
z

databaser

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
21f0ea2d9397d6f4f64b0b99004a94654ffbc015

:grimacing: forgot to commit

jjohannes-jansson committed 7 years ago
Unverified
0df28c342f4c68910708eaf94d35a262d8bcc39e

Checked spelling report

committed 10 years ago
Unverified
1a21505cd7dc48c30952568f2258139dc328cb7f

Merge branch 'master' of https://github.com/vmiller17/databaser

committed 10 years ago
Unverified
0d4ea8497e56e5ef4d0d019b82065f7f450812c8

wrote on the report

committed 10 years ago
Unverified
da3513028507cdbce20c61c6062c99093754f2a5

Added archive files

jjohannes-jansson committed 10 years ago
Unverified
c29080fa07e82b8d7133a3f2b6735ae94b2594aa

added default time zone

committed 10 years ago

README

The README file for this repository.

Krusty Kookie

This project is a part of the LTH course EDA216 - Database technology, and our task is to implement a system for production of cookies for the fictive company Krusty Kookies. The system is built using PHP, PDO and MySQL. The user interacts with the system using a web interface.

To test the system, just follow the steps below:

  1. Unzip the folder phproot.tar.gz.
  2. Open a terminal emulator and navigate into the folder.
  3. Run the following command: 'php -S 127.0.0.1:8080'
  4. Open a web browser, and navigate to http://127.0.0.1:8080

Modifications to the tables, adding new tuples etc is performed using mysql. In a terminal, run 'mysql -h db30 -p -h puccini.cs.lth.se db30', using the login credentials found in the file 'mysql_connect_data.inc.php'.

If anything is unclear, please refer to the attached project report.

Best regards,
Johannes Jansson, F11, tfy11jja@student.lu.se
Victor Miller, F11, tfy11vmi@student.lu.se