This repository contains the Bootcamp tasks 👨💻
- 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} |