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
- Host: GitHub
- URL: https://github.com/pandaman404/test-react-spring
- Owner: pandaman404
- Created: 2024-07-02T22:30:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T04:47:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T18:13:55.083Z (over 1 year ago)
- Topics: redux-toolkit, spring-web-mvc, typescript-react, vitest
- Language: Java
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test - React + Spring Boot
## Frontend

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

### 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#/)