Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.26 KB

Grupo Bitcoin Banco

Challenge for Developer

Developer Level

  • Mid-level
  • Senior

A customer needs to search in our product catalog (available in this JSON) and he wants to find products that suit his style of reading. Based on this you will need to develop:

  • a simple API to search products in the .json available;
  • it should be possible to search for products by their specifications (one or more);
  • it must be possible to order the result by price (asc and desc);

The test should be done in Ruby, Go, Python or Node and we do like if you avoid frameworks. We expect at the end of the test, outside the API running, the following items:

  • an explanation of what is needed to make your project work;
  • an explanation of how to perform the tests

Remember that at the time of the evaluation we will look at:

  • Code organization;
  • Object-Oriented Principles;
  • Maintenance;
  • Version control knowledge;
  • Unit Test;
  • Design Pattern;

To send us your code, you must:

Make a fork of this repository, and send us a pull-request.