Giter Club home page Giter Club logo

spent-api's Introduction

Spent-API

Gerencie seu gastos com Spent-Api e tenha um controle total de suas finanças.

Tecnologias utilizadas

  • Java 17
  • Spring Boot
  • PostgreSQL
  • Docker

Como rodar o projeto

Com Java 17 na sua máquina, execute o comando abaixo:

./gradlew clean build
./gradlew bootBuildImage
docker-compose up

Cadastrar um gasto

POST

localhost:8080/api/v1/expense

Body enviado

{
  "namePerson": "Hyoga de Cisne",
  "description": "Pastel Folheado",
  "dateTime": "2022-12-29T21:11:00",
  "amount": 12.50,
  "tagName": [
    "food",
    "other"
  ]
}

Mais informações sobre a API, acesse o link abaixo: http://localhost:8080/swagger-ui.html

spent-api's People

Contributors

redmasters avatar

Stargazers

Waidiney avatar

Watchers

Artur Veiga avatar  avatar

spent-api's Issues

Configure Docker

Wrap project with docker, that will contains postgres as a db, the project java itself and the client interface

Update expense

Edit an expense

  • Create test in service layer;
  • Create test in controller layer;

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.