Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pandaman404/test-react-native-spring
- Owner: pandaman404
- Created: 2024-07-22T15:26:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T15:26:55.000Z (7 months ago)
- Last Synced: 2024-12-06T08:12:09.623Z (2 months ago)
- Topics: react-native, react-router, spring-web-mvc, typescript
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)