Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Alba María Álvarez
/
AppRecetas
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d9573c13
authored
Mar 18, 2025
by
Alba María Álvarez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Inicio de README
parent
1271c97e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletions
.gitignore
README.md
.gitignore
View file @
d9573c13
HELP.md
target/
target/
!.mvn/wrapper/maven-wrapper.jar
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/main/**/target/
...
...
README.md
0 → 100644
View file @
d9573c13
# Aplicación de Búsqueda y Gestión de Recetas
### Uso de Spring Boot -> Framework
### Uso de MongoDB -> Base de datos
## Descripción del proyecto
## Cómo ejecutarlo
## Dependencias
*
Spring Boot Core
-
spring-boot-starter-web -> Para crear APIs REST.
-
spring-boot-devtools -> Para recargar durante el desarrollo.
-
spring-boot-starter-security -> Para autenticación y seguridad
*
Base de Datos
-
spring-boot-starter-data-mongodb -> Soporte para MongoDB.
-
h2 database -> Base de datos en memoria para pruebas.
*
Frontend
-
spring-boot-starter-thymeleaf -> Para renderizar HTML con plantillas en el backend.
**Para añadir**
-
jackson-databind -> para convertir objetos Java a JSON y viceversa.
-
org.projectlombok:lombok -> para reducir código repetitivo en las clases modelo.
## Endpoints API
GET /api/recetas → Lista todas las recetas
POST /api/recetas → Agrega una receta
GET /api/recetas/{id} → Obtiene una receta específica
## Ejemplos de uso
## Conclusión
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment