CRUD in Sails: A Beginner's Tutorial
In this article, we are going to build a simple CRUD API using Sails, an MVC framework for Node. We will be building endpoints for the following features:
Create articles
Read all articles
Read a single article
Update an article
Delete an articl...
lennyaiko.hashnode.dev11 min read