https://github.com/miw-upm/betca-spring
BETCA (Spring). Back-end con Tecnologías de Código Abierto, versión Java-Spring
https://github.com/miw-upm/betca-spring
back-end java jpa maven miw mongodb spring upm webflux
Last synced: about 1 month ago
JSON representation
BETCA (Spring). Back-end con Tecnologías de Código Abierto, versión Java-Spring
- Host: GitHub
- URL: https://github.com/miw-upm/betca-spring
- Owner: miw-upm
- License: mit
- Created: 2018-05-25T18:45:42.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-27T07:02:22.000Z (3 months ago)
- Last Synced: 2025-04-09T18:16:33.252Z (about 1 month ago)
- Topics: back-end, java, jpa, maven, miw, mongodb, spring, upm, webflux
- Language: Java
- Homepage: http://miw.etsisi.upm.es
- Size: 48.5 MB
- Stars: 38
- Watchers: 3
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## [Máster en Ingeniería Web por la Universidad Politécnica de Madrid (miw-upm)](http://miw.etsisi.upm.es)
## Back-end con Tecnologías de Código Abierto (BETCA).
> Este proyecto es un apoyo docente de la asignatura y contiene ejemplos prácticos sobre Spring
[Versión BETCA-Python](https://github.com/miw-upm/betca-python)
### :gear: Instalación del proyecto
1. Clonar el repositorio en tu equipo, **mediante consola**:
```sh
> cd
> git clone https://github.com/miw-upm/betca-spring
```2. Importar el proyecto mediante **IntelliJ IDEA**
1. **Import Project**, y seleccionar la carpeta del proyecto.
1. Marcar **Create Project from external model**, elegir **Maven**.
1. **Next** … **Finish**.
3. Ejecución de un proyecto:```sh
> mvn spring-boot:run -pl betca-rest
```