|
@@ -12,7 +12,13 @@ Related projects:
|
12
|
12
|
- [PHP-CRUD-UI](https://github.com/mevdschee/PHP-crud-ui): Single file PHP script that adds a UI to a PHP-CRUD-API project.
|
13
|
13
|
- [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.
|
14
|
14
|
|
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.
|
16
|
22
|
|
17
|
23
|
## Requirements
|
18
|
24
|
|