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