Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.3 KB
Logo BootCamp

BootCamp T-Systems

My etiqueta UD Java Version

T26-2 - Spring Mysql

This repository contains the Bootcamp tasks 👨‍💻

### Rules of use 🤜🏼🤛🏼

  • Run the clone repository in your terminal:

git clone https://github.com/TECHMA-Bootcamp-FullStack-Java-Angular/dmb-tsys-spring-1311-ta26-2

  • Access the folder with the command:

cd dmb-tsys-spring-1311-ta26-2

  • Open the repository with your IDE, remember to have the SQL service running

  • Update the dependencies and remember to create the databases

  • Remember that you can see the rats accessing Swagger

    https://217.0.0.1:8183/doc.html


CIENTIFICO
GET /api/v1/cientificos
GET /api/v1/cientifico/{id}
POST /api/v1/cientifico
PUT /api/v1/cientifico/{id}
DELETE /api/v1/cientifico/{id}

PROYECTOS
GET /api/v1/proyectos
GET /api/v1/proyecto/{id}
POST /api/v1/proyecto
PUT /api/v1/proyecto/{id}
DELETE /api/v1/proyecto/{id}