Creating Rest API using Sails framework? – User friendly Tech help
What is Sails?n n Pre-reqiuistes:- n 1. Install node.js n 2. Install Sails npm install -g sails ( installing sails package globally) n Creating our rest api project :- n Step1:- Create Sails project (with no frontend as we are showing api example) n sails new –no-frontendn nStep2:- It will automatically create our template folders…