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

https://github.com/varreltantio/crud-react-native

This is a simple React Native application demonstrating CRUD operations with a RESTful API
https://github.com/varreltantio/crud-react-native

crud express mysql react-native

Last synced: 3 months ago
JSON representation

This is a simple React Native application demonstrating CRUD operations with a RESTful API

Awesome Lists containing this project

README

          

# React Native CRUD API Example

This is a simple React Native application demonstrating CRUD (Create, Read, Update, Delete) operations with a RESTful API. The app uses React Native Paper for UI components and React Navigation for navigation between screens.

## Frontend

### 1. Install dependencies:

```
npm install
```

### 2. Set up environment variables:

```
cp .env.example .env
```

### 3. Run the app:

```
npm start
```

## Backend

### 1. Install dependencies:

```
npm install
```

### 2. Set up environment variables:

```
cp .env.example .env
```

### 3. Import Database:

Before running the application, make sure you have imported the react-native-crud.sql database file.

### 4. Run the app:

```
node index.js
```