A Spring Boot-React-React Native Petshop Application
In order to install the development environment, please follow below steps to have a working development environment. 1- Java JDK 11 2- Node.js 3- MySql Server80 4- Maven 5- IDE like IntelliJ IDEA Community for backend development 6-In order to start be, go to project folder, mvn clean install. And run Java application. 7- IDE for frontend development(e.g. WebStorm, Visual Studio Code, etc.) 8- In order to start admin panel, go to project folder, npm install and npm start. 9- npm i -g expo 10- In order to start mobile app, go to project folder, npm run android or npm run ios.