filsuck / sails-backend

backend using sails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Courses API Using SailsJS

N|Solid

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

Todos

  • Write Tests
  • Adding Logout function

Basic Information

  • Using new version of Sails

Installation

$ npm install sails -g
$ cd sails-backend
$ npm install
$ sails lift

Migration Strategy

This app is currently using migrate: 'drop' to make it easy for development, you can change it later in config/models.js

Development

Pull request is accepted

License

MIT

About

backend using sails


Languages

Language:JavaScript 52.1%Language:EJS 47.7%Language:Less 0.2%Language:Shell 0.0%