Skip to content

Commit 9291a2f

Browse files
authored
Update README.md
1 parent 284f464 commit 9291a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Add [PHP](https://www.php.net/), [Composer](https://getcomposer.org/), [MySQL](h
1818
npx add-php-backend
1919
```
2020

21+
💡 You might be interested in a simple [JavaScript API Wrapper](https://github.com/scriptPilot/js-php-mysql-crud-api) or a [Local Persistent Database + MySQL Sync](https://github.com/scriptPilot/pouchdb-mysql/).
22+
2123
## Usage
2224

2325
- Run `npm run backend` to start the backend
@@ -26,8 +28,6 @@ Add [PHP](https://www.php.net/), [Composer](https://getcomposer.org/), [MySQL](h
2628
- Login with username `root` and password `root`
2729
- Use the PHP CRUD API in frontend with `/api.php`
2830

29-
**You might be interested in a simple [JavaScript API Wrapper](https://github.com/scriptPilot/js-php-mysql-crud-api) or a [Local Persistent Database + MySQL Sync](https://github.com/scriptPilot/pouchdb-mysql/).**
30-
3131
## How it works
3232

3333
- **no dependency** will be added to the repository

0 commit comments

Comments
 (0)