Skip to content

Commit 58b3d59

Browse files
authored
Update README.md
1 parent 8c2029e commit 58b3d59

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ Related projects:
1212
- [PHP-CRUD-UI](https://github.com/mevdschee/PHP-crud-ui): Single file PHP script that adds a UI to a PHP-CRUD-API project.
1313
- [VUE-CRUD-UI](https://github.com/nlware/vue-crud-ui): Single file Vue.js script that adds a UI to a PHP-CRUD-API project.
1414

15-
There are also ports of the core of the script (only basic REST CRUD, no features) to the languages [Java](https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java), [Go](https://github.com/mevdschee/go-crud-api/blob/master/api.go), [C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs), [PHP](https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php) and [Node.js](https://github.com/mevdschee/js-crud-api/blob/master/app.js).
15+
There are also ports of this script in:
16+
[Java](https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java),
17+
[Go](https://github.com/mevdschee/go-crud-api/blob/master/api.go),
18+
[C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs),
19+
[PHP](https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php) and
20+
[Node.js](https://github.com/mevdschee/js-crud-api/blob/master/app.js).
21+
These implementations are a proof-of-concept and do only support basic REST CRUD functionality.
1622

1723
## Requirements
1824

0 commit comments

Comments
 (0)