Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suryaadtmaja/sails-backend
- Owner: suryaadtmaja
- Created: 2020-10-02T01:54:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T12:44:19.000Z (over 3 years ago)
- Last Synced: 2025-01-09T11:52:12.422Z (17 days ago)
- Topics: hacktoberfest, sailsjs, tutorial
- Language: JavaScript
- Homepage:
- Size: 546 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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