https://github.com/karenyov/patrimonio-api
Spring Boot API - Backend - Workshop AlgaWorks
https://github.com/karenyov/patrimonio-api
algaworks java rest-api spring-boot
Last synced: 3 months ago
JSON representation
Spring Boot API - Backend - Workshop AlgaWorks
- Host: GitHub
- URL: https://github.com/karenyov/patrimonio-api
- Owner: karenyov
- Created: 2018-02-21T17:39:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T23:41:46.000Z (over 8 years ago)
- Last Synced: 2025-03-01T00:31:16.729Z (over 1 year ago)
- Topics: algaworks, java, rest-api, spring-boot
- Language: Shell
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Patrimonio API (Java - Spring Boot)
Este repositório contém o projeto(Spring Boot API - Backend) API feito no Workshop de Angular, REST e Spring da AlgaWorks.
## Teste na API
Para Realizar os testes basta fazer uma chamada GET/POST para a classe resource. Exemplo:
* http://localhost:8080/itens
## Rodando projeto
Basta importar o projeto(Projeto Maven) e dar run. Por padrão o projeto subirá em localhost:8080. :)