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-4
- Access the folder with the command:
cd dmb-tsys-spring-1311-ta26-4
-
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
| EQUIPO |
|---|
| GET /api/v1/equipos |
| GET /api/v1/equipo/{id} |
| POST /api/v1/equipo |
| PUT /api/v1/equipo/{id} |
| DELETE /api/v1/equipo/{id} |
| FACULTAD |
|---|
| GET /api/v1/facultades |
| GET /api/v1/facultad/{id} |
| POST /api/v1/facultad |
| PUT /api/v1/facultad/{id} |
| DELETE /api/v1/facultad/{id} |
| INVESTIGADOR |
|---|
| GET /api/v1/investigadores |
| GET /api/v1/investigador/{id} |
| POST /api/v1/investigador |
| PUT /api/v1/investigador/{id} |
| DELETE /api/v1/investigador/{id} |
| RESERVA |
|---|
| GET /api/v1/reservas |
| GET /api/v1/reserva/{id} |
| POST /api/v1/reserva |
| PUT /api/v1/reserva/{id} |
| DELETE /api/v1/reserva/{id} |
