Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

react-native react-router spring-web-mvc typescript

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Test - React Native + Spring Boot

## Frontend

1. Instalar dependencias: `npm install --force`
2. Levantar Metro Bundler: `npm start`
3. Iniciar App
1. (OPCION 1) Usar Expo Go y escanear el codigo QR.
2. (OPCION 2) Utilizar Emulador Android Studio (Windows)
4. Ejecutar tests: `npm run test`

## Backend

### Local Environment
1. Abrir proyecto en IntelliJ e instalar dependencias
2. Correr `BackendApplication`
3. Consumir API: `http://localhost:8080/api/v1`

## Screens
![Screenshot Backend](screenshot-2.png)
![Screenshot Backend](screenshot-1.png)
![Screenshot Backend](screenshot-3.png)