/PHP-TEAM

Team project repo for Programming PHP

Primary LanguagePHPMIT LicenseMIT

PHP-TEAM

Dev environment setup and GitHub repository for Programming PHP Team project.

Setup

In terminal:

docker-compose up

Usage

Projects

Project 1: Metrics

Project 2: Form

Project 3: Todo App

In db.php file connect to current database by filling the correct database name

$host = 'db';
$dbname = 'lionDB'; // replace with the correct dbname

Example create statements for todos table:

--
-- Table structure for table `todos`
--

CREATE TABLE `todos` (
  `id` int NOT NULL,
  `todoTitle` varchar(50) NOT NULL,
  `todoDescription` varchar(250) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

Source

Authors

Team Alpha:

  • @julilan Julianna Molnár
  • @stacknatic Michael Akerele
  • @sahilt2 Sahil Thapa
  • @maheshbhandari433 Mahesh Bhandari