- Implement simple Product List, Product Detail functions with full-stack technologies
- Java 16
- Spring Boot 2.5.2
- MongoDB 5.0.2
- Apache Maven 3.8.2
$mvn spring-boot:run
- ReactJS 17.0.2
- Material UI Core 4.12.3
- Axios 0.21.1
$npm install
$npm start
- Open browser with url localhost:8081.
- Swift 5.4
- Alamofire 5.4.4
- SDWebImage 5.12.0
- UICollectionView
- UIPageViewController
$pod install
- Start application from Simulator.
- Use localhost as Server, change request URL in source code if needs
- Fast Android Networking 1.0.2
- Glide 4.12.0
- RecycleView 1.2.0
- ViewPager2
- Fragment
- Start application from Emulator.
- Use localhost as Server, change request URL in source code if needs
- React Native 0.66 or later
- React Navigation 6.0 or later
- React Native Pager View 5.4.8 or later
$npm install
$cd ios
$pod install
- Start application from Simulator.
- Use localhost as Server, change request URL in source code if needs
$npm install
$npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
- Start application from Emulator.
- Use localhost as Server, change request URL in source code if needs