Skip to content

Desafio imposto pelo usuário do github NatueLabs que consiste em uma API, que tenha a função de consultar um arquivo json, como um banco de dados, podendo filtrar informações.

Notifications You must be signed in to change notification settings

ruanvsrateira/challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Challenge for Backend Developer

A customer needs to search in our product catalog (available in this JSON) and he wants to find products that match your food restrictions. 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 PHP, Python or NodeJS. 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;
  • Unit tests
  • Maintenance;

To send us your code, you must:

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

About

Desafio imposto pelo usuário do github NatueLabs que consiste em uma API, que tenha a função de consultar um arquivo json, como um banco de dados, podendo filtrar informações.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 3.2%
  • Shell 0.2%