Giter Site home page Giter Site logo

spring-boot-backend's Introduction

Backend Spring boot

Esta solo es una pequeña api con solo 4 endpoints.

Consultar API

Esto se puede consultar mediante PostMan o en caso tener la version ultimate de IDEA Intellij.

generated-http

Una vez se haya generado el archivo, puedes copiar y pegar los comandos dentro del archivo

http

Solo debes dar click en el play y debe salir un output similar a este. http

EndPoint

Este ENDPOINTS solo regresa unos pocos usuarios dentro de la base de datos

GET https://spring-api-student.herokuapp.com/api/v1/student

Con este ENDPOINTS se puede agregar un nuevo usuario.

POST http://localhost:8080/api/v1/student

Ejemplo:

{
  "name":"usuario_1",
  "email": "[email protected]",
  "dob":"2000-11-20"
}

Con este ENDPOINTS se puede eliminar un usuario mediante un id.

DELETE http://localhost:8080/api/v1/student/1

Con este ENDPOINTS se puede modificar un usuario mediante un id, en caso que quieras modificar solo debe cambiar name=unNombre y [email protected].

PUT https://spring-api-student.herokuapp.com/api/v1/student/4?name=Carmen&[email protected]

No necesario modificar las dos variables puedes modificar solo uno.

PUT https://spring-api-student.herokuapp.com/api/v1/student/5?name=Uriel

spring-boot-backend's People

Contributors

texhnolyze47 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.