Add: Nestjsx/crud to Node.js section

This commit is contained in:
Michael Yali
2019-03-24 21:56:32 +02:00
parent 726e744d51
commit 569574b772

View File

@@ -111,6 +111,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [Feathers](http://feathersjs.com/) - is a real-time, micro-service web framework that gives you control over your data via RESTful resources, sockets and flexible plug-ins.
* [Expressa](https://github.com/thomas4019/expressa) - Express middleware for creating APIs from JSON schemas with a simple admin editor and permissions model.
* [rest-hapi](https://github.com/JKHeadley/rest-hapi) - Generate RESTful API based on mongoose models that supports relational data.
* [Nestjsx/crud](https://github.com/nestjsx/crud) - Generate CRUD controllers and services for RESTful API with NestJS and TypeORM.
### PHP