Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suryaadtmaja/sails-backend

backend using sails
https://github.com/suryaadtmaja/sails-backend

hacktoberfest sailsjs tutorial

Last synced: 14 days ago
JSON representation

backend using sails

Awesome Lists containing this project

README

        

# Web Courses API Using SailsJS

[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)

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

```sh
$ 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