An open API service indexing awesome lists of open source software.

https://github.com/amishaphabba/springboot-and-restapi

API is essentially a set of rules that dictate how two machines talk to each other and REST API is an architectural style for building web services that interact via an HTTP protocol. Customer can login, search, order and track shipment of an item, Validations for wrong input are added. HTTP protocols used- GET, POST, PUT, DELETE, Tools used - Spring Boot, Eclipse, Postman(for testing API), Data Base used- PostgreSQL, Languages learnt - Java
https://github.com/amishaphabba/springboot-and-restapi

docker-image java-8 jpa-hibernate postgresql-database rest-api spring-boot

Last synced: about 2 months ago
JSON representation

API is essentially a set of rules that dictate how two machines talk to each other and REST API is an architectural style for building web services that interact via an HTTP protocol. Customer can login, search, order and track shipment of an item, Validations for wrong input are added. HTTP protocols used- GET, POST, PUT, DELETE, Tools used - Spring Boot, Eclipse, Postman(for testing API), Data Base used- PostgreSQL, Languages learnt - Java

Awesome Lists containing this project