An open API service indexing awesome lists of open source software.

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

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