Coder Social home page Coder Social logo

alticci-api's Introduction


API-ALTICCI ️


💬 Um pouco sobre API-ALTICCI

O serviço Alticci Sequence calcula um valor da sequência Alticci com base em um número passado pelo o ulitzador, na qual é definida da seguinte forma:

n=0 => a(0) = 0

n=1 => a(1) = 1

n=2 => a(2) = 1

n>2 => a(n) = a(n-3) + a(n-2)

⚠ Pré-requisitos para execução do projeto

  • docker instalado
  • docker-compose instalado

📌 Como utilizar?

Para utilizar o serviço locamente basta seguir os seguintes passos abaixo:

  • baixar/clone o proejto para a propria maquina:
[email protected]:srpr0grammer/alticci-api.git 
  • ir na raiz do projeto e digitar no terminal:
docker-compose up -d 

Após a execução deste comando, o serviço irá ser executado e dessa forma poderás testar a api-rest correndo em docker.

Com este baseUrl do [Swagger] (http://localhost:8080/swagger-ui/index.html#/) poderá tanto testar o serviço quanto consultar a documentaçao da API.

Testando o EndPoint

Alticci Sequence Number

Method: GET
URL: http://localhost:8080/alticci//{number}
{number}: valor a ser passado pelo o utilizador

alticci-api's People

Contributors

srpr0grammer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.