Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.79 KB

readme.en.md

File metadata and controls

64 lines (43 loc) · 1.79 KB

Versions README

Guia Bolso's API Technical Challenging

Guia Bolso's Technical challenging in order to check the abilities and knowledge related with back-end development.

Purpose

Create a mock API RESTful following some rules and premises.

Contract:

[GET] /<id>/transacoes/<ano>/<mes>

Content-type: application/json

[
  {
     "descricao": "string(10, 120)"
     "data": "long(timestamp)"
     "valor": "integer(-9.999.999, 9.999.999)"
  }  
]

Images

api

Used Technologies

Setup

  • Execute the app from an IDE, start the fun main from file JavalinAppKt;
  • Through a built jar: java -jar GuiaBolsoDesafioTecnico.jar;
  • Obs.: The system was configured for deploy on Heruku.

Features

The applications is an API mock with an unique end-point, in which It has contents and important points related with this kind of application, such as:

  • Random text generator;
  • Data generator through URL params;
  • Parameter handling;
  • Standalone application, no need databases.
  • Unitary tests.

Status

Concluded. There is no indicates for futures developments.

Contact

Created by antonioChristofoletti - feel free to contact me!