You have been asked by one of our clients to develop an product store mobile application.
Create a new branch from master with your name
Please navigate to the Backlog. Complete as much stories as possible.
- Move the story in progress column when working on it
- Move the story in done column when done with it
Do not go crazy
- We prefer test over documentation
- We prefer quality over quantity
- Simplicity first
- Focus on tasks no extras
- SOLID Principles
Use our api to add and view the products.
https://paloit-products.azurewebsites.net/
https://paloit-products.azurewebsites.net/products
example get https://paloit-products.azurewebsites.net/products/1
important images must be of base64 encoding no URL
- post https://paloit-products.azurewebsites.net/products/
- example body:
{
"name": "Soup",
"price": 11.90,
"description": "Tomato soup.",
"image": "base64:fklkfglkjfg..."
}