From 7ce11deb77040d1ed3cf0c96b5a5351471149610 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Sun, 15 Jul 2018 16:56:56 +0200 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85682e9..bc2c31a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Coding challenge for a online shop ## task ### requirements 1. Create a web application with PHP which works like a really small online shop. ✓ -2. Create a database with at least 20 products automatically per script. ✓ +2. Create a database with at least 20 products✓ automatically✓ per script. ✓ 3. Create a product listing which display all products from the database. ✓
The following information are required: - price net and gross ✓ @@ -30,7 +30,7 @@ method2 ✓. - Use transactions if it makes sense. ✓ - Please cover your code with unit tests. ✓ ### time frame -- one weekend +- one weekend ✓ ## start To run the program execute: ```bash