https://github.com/suryaadtmaja/sails-backend
backend using sails
https://github.com/suryaadtmaja/sails-backend
hacktoberfest sailsjs tutorial
Last synced: about 1 year 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T12:44:19.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T06:07:58.323Z (about 1 year 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
[](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