Skip to content

Commit 8c2029e

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ 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-
Ports of the core of the script (only basic REST CRUD, no features) to other languages:
16-
17-
- [Java](https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java)
18-
- [Go](https://github.com/mevdschee/go-crud-api/blob/master/api.go)
19-
- [C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs)
20-
- [PHP](https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php)
21-
- [Node.js](https://github.com/mevdschee/js-crud-api/blob/master/app.js)
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).
2216

2317
## Requirements
2418

0 commit comments

Comments
 (0)