Skip to content

valdeveloppement/springboot-reactnative

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Native Mobile application, Spring Boot, ReactNative, MySQL, Hibernate, Liquibase

The application structure is as follows.

  • server-product-management - Microservice implemented using Spring boot. More info
  • mobile-product-management - A NodeJs application implemented using React-Native. This consumes services hosted by server side. More info

Build

1) Build Server Side

$ cd server-product-management
$ gradlew bootJar
$ gradlew bootRun

2) Build and run mobile side

$ cd mobileProductManagement
$ npm install
$ react-native eject
$ react-native link
$ react-native run android or react-native run-ios

Access server side using following URL

http://localhost:8080

Access application using emulator or real device

$ For android; react-native run android 
$ For IOS; react-native run-ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.6%
  • Java 40.8%
  • Objective-C 6.4%
  • Python 3.2%