|
@@ -12,11 +12,12 @@ 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
|
|
-Ports of the core of the script to other languages:
|
|
15
|
+Ports of the core of the script (only basic REST CRUD, no features) to other languages:
|
16
|
16
|
|
17
|
17
|
- [Java](https://github.com/mevdschee/java-crud-api)
|
18
|
18
|
- [Go](https://github.com/mevdschee/go-crud-api)
|
19
|
19
|
- [C# .net core](https://github.com/mevdschee/core-data-api)
|
|
20
|
+ - [PHP](https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php)
|
20
|
21
|
- [Node.js](https://github.com/mevdschee/js-crud-api)
|
21
|
22
|
|
22
|
23
|
## Requirements
|