This tutorial allow you to create Web Courses API using SailsJs (API only), there's a lot of a things to improve, but this repo is provide all necessary to build an API using Sails Js, this Api include
- Authentication (login & signup) using JWT
- Post, edit, delete courses and category
- Write Tests
- Adding Logout function
- Using new version of Sails
$ npm install sails -g
$ cd sails-backend
$ npm install
$ sails lift
This app is currently using migrate: 'drop' to make it easy for development, you can change it later in config/models.js
Pull request is accepted
MIT