An open API service indexing awesome lists of open source software.

https://github.com/pandaman404/test-react-spring


https://github.com/pandaman404/test-react-spring

redux-toolkit spring-web-mvc typescript-react vitest

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Test - React + Spring Boot

## Frontend
![Screenshot Frontend](frontend/screenshot_frontend.png)

### Local Environment
- Instalar dependencias: `npm install`
- Levantar servidor local: `npm run dev`
- Ejecutar tests: `npm run test`
- Ir al sitio: `http://localhost:5173`

## Backend
![Screenshot Backend](backend/screenshot_backend.png)

### Local Environment
- Abrir proyecto en [IntelliJ]([https://www.jetbrains.com/es-es/idea/)
- Instalar dependencias y correr aplicación de spring boot
- La aplicación se ejecutará en: `http://localhost:8080`
- Los tests se encuentran en: `backend/src/test`
- Ir a documentación en Swagger: [http://localhost:8080/swagger-ui/index.html#/](http://localhost:8080/swagger-ui/index.html#/)