From 990d65aa9a033e16216e06b0bed8f70f0042c8fe Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Sun, 15 Jul 2018 16:31:18 +0200 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d82fdd..5aeba37 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # coding-challenge-online-shop Coding challenge for a online shop -## tasks +## 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. ✓ -3. Create a product listing which display all products from the database. The following information are required: +3. Create a product listing which display all products from the database. ✓
The following information are required: - price net and gross ✓ - image ✓ - product name ✓ @@ -20,13 +20,14 @@ method2 ✓. 10. Store the order at the database. ✓ 11. Add a color filter to the product list. The user should be able to filter the listing with the existing colors. ✓ ### specifications -- Please use PHP ✓, MySQL ✓ and HTML ✓. You can also use CSS ✓, JavaScript, Bootstrap ✓ and jQuery. +- Please use PHP ✓, MySQL ✓ and HTML ✓. You can also use CSS, JavaScript, Bootstrap ✓ and jQuery. - Save your code online at github. ✓ - Please use an autoloader and namespaces. ✓ - Don’t use a ready to go framework. Build the application from the scratch. ✓ - Use transactions if it makes sense. ✓ - Please cover your code with unit tests. ✓ - +### time frame +one weekend ## start To run the program execute: ```bash @@ -35,6 +36,9 @@ To run the program execute: ### Attention This is a demo program; Everytime when you start the demo the database will be reset. +### requirements +The start.sh file needs docker and docker-compose. + ## test To run the tests execute: ```bash