Sequelize-restful-extended: Do more with REST in seconds
A connect module based on a fork of sequelize-restful. Creates a restful API with associations from your Sequelize models and allows you to include parameters like sort, offset, limit and […]
A connect module based on a fork of sequelize-restful. Creates a restful API with associations from your Sequelize models and allows you to include parameters like sort, offset, limit and […]
On my previous tutorial I give you some instructions to build an API using Node.js and Express. However, if you really want a RESTful API with the standard methods and routes, […]
Creating a good API today is easier than ever. We have a lot of tools and frameworks which help us to do a good job. For example, these days we can […]