Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

kyh/lost-and-found

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LostFound

A Lost and Found Webapp for the University of Toronto Mississauga

To Install

  • Import the 'LostFound.sql' database into your phpMyAdmin

OR:

  • Create a database table named "LostFound" in your phpMyAdmin

  • The table should consist of:

      `id` int(11) NOT NULL AUTO_INCREMENT,
      `type` varchar(30) NOT NULL,
      `color` varchar(30) NOT NULL,
      `dateFound` date NOT NULL,
      `building` varchar(30) NOT NULL,
      `claimed` tinyint(1) NOT NULL,
      PRIMARY KEY (`id`)
    
  • Copy and Paste the 'itemsX.X' file into your web space

About

A Lost and Found Webapp for the University of Toronto Mississauga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published