https://github.com/aaronmade/request-example
Node Request Example with iOS & Android
https://github.com/aaronmade/request-example
Last synced: 10 months ago
JSON representation
Node Request Example with iOS & Android
- Host: GitHub
- URL: https://github.com/aaronmade/request-example
- Owner: aaronmade
- Created: 2020-08-04T06:19:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:16:15.000Z (over 3 years ago)
- Last Synced: 2025-08-17T12:37:10.116Z (10 months ago)
- Language: Swift
- Size: 527 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Request Example
## Project Setup
1. Install Node.JS (https://nodejs.org/en/)
2. Open Terminal and Install Dependencies
```bash
cd backend
npm i
```
3. Run Server on Terminal
```bash
npm start
```
4. for Android
- Change Internal IP Address of 16th line in MainActivity.kt
```kotlin
private val url = "http://YOUR_INTERNAL_IP:4000" // Your IP
// e.g. 192.168.0.2
```
5. Build & Test App, and Check the Log on Terminal