Updated README.md

This commit is contained in:
Kevin Frantz 2018-07-15 16:56:56 +02:00
parent 55e18fa608
commit 7ce11deb77

View File

@ -3,7 +3,7 @@ Coding challenge for a online shop
## task ## task
### requirements ### requirements
1. Create a web application with PHP which works like a really small online shop. ✓ 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. ✓ 3. Create a product listing which display all products from the database. ✓
<br> The following information are required: <br> The following information are required:
- price net and gross &#10003; - price net and gross &#10003;
@ -30,7 +30,7 @@ method2 &#10003;.
- Use transactions if it makes sense. &#10003; - Use transactions if it makes sense. &#10003;
- Please cover your code with unit tests. &#10003; - Please cover your code with unit tests. &#10003;
### time frame ### time frame
- one weekend - one weekend &#10003;
## start ## start
To run the program execute: To run the program execute:
```bash ```bash