Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loconluis/api-sails-postgress-example
Concept tests of Sails.Js, for creation of REST API, using Postgres sql as a database.
https://github.com/loconluis/api-sails-postgress-example
Last synced: about 1 month ago
JSON representation
Concept tests of Sails.Js, for creation of REST API, using Postgres sql as a database.
- Host: GitHub
- URL: https://github.com/loconluis/api-sails-postgress-example
- Owner: loconluis
- Created: 2019-01-26T23:04:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T21:40:47.000Z (about 2 years ago)
- Last Synced: 2023-02-27T05:56:44.985Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movies-api
a [Sails v1](https://sailsjs.com) application
To create a new Model use sails generate model
To create a new Controller use sails generate controller
By default blueprint rest true is automatically set a CRUD routes for model
### Links
+ [Sails framework documentation](https://sailsjs.com/get-started)
+ [Version notes / upgrading](https://sailsjs.com/documentation/upgrading)
+ [Deployment tips](https://sailsjs.com/documentation/concepts/deployment)
+ [Community support options](https://sailsjs.com/support)
+ [Professional / enterprise options](https://sailsjs.com/enterprise)### Version info
This app was originally generated on Sat Jan 26 2019 17:06:31 GMT-0600 (GMT-06:00) using Sails v1.1.0.