mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-01 00:53:10 +01:00
Updated README.md
This commit is contained in:
parent
55e18fa608
commit
7ce11deb77
@ -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. ✓
|
||||
<br> 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
|
||||
|
Loading…
Reference in New Issue
Block a user