Skip to content

Palo-IT-Australia/mobile-dev-tech-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Mobile developer tech test

What to do?

You have been asked by one of our clients to develop an product store mobile application.

Before everything

Create a new branch from master with your name

Tasks

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

What do we test

Do not go crazy

  • We prefer test over documentation
  • We prefer quality over quantity
  • Simplicity first
  • Focus on tasks no extras
  • SOLID Principles

Api

Use our api to add and view the products.

Base Endpoint

https://paloit-products.azurewebsites.net/

Products Endpoint

https://paloit-products.azurewebsites.net/products

GET All Products

GET One product

example get https://paloit-products.azurewebsites.net/products/1

POST Product

important images must be of base64 encoding no URL

   {
       "name": "Soup",
       "price": 11.90,
       "description": "Tomato soup.",
       "image": "base64:fklkfglkjfg..."
   }

About

Description of an mobile dev tech test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published