- Instalar dependencias:
npm install --force
- Levantar Metro Bundler:
npm start
- Iniciar App
- (OPCION 1) Usar Expo Go y escanear el codigo QR.
- (OPCION 2) Utilizar Emulador Android Studio (Windows)
- Ejecutar tests:
npm run test
- Abrir proyecto en IntelliJ e instalar dependencias
- Correr
BackendApplication
- Consumir API:
http://localhost:8080/api/v1