Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palashmon/learn-sailsjs
A simple CRUD app using Sails.js and MongoDB
https://github.com/palashmon/learn-sailsjs
crud mongodb sailsjs
Last synced: about 2 months ago
JSON representation
A simple CRUD app using Sails.js and MongoDB
- Host: GitHub
- URL: https://github.com/palashmon/learn-sailsjs
- Owner: palashmon
- Created: 2020-07-17T06:53:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T22:54:03.000Z (9 months ago)
- Last Synced: 2024-04-26T23:36:46.784Z (9 months ago)
- Topics: crud, mongodb, sailsjs
- Language: JavaScript
- Homepage: https://sailsjs.com/
- Size: 233 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn SailsJs
A [Sails v1](https://sailsjs.com) application
## Usage
### Installation
Install Sails
```sh
npm install sails -g
```### Create your app
```sh
sails new test-project
```Then, to take a look at your new Sails app:
```sh
cd test-project
sails lift
```### 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 Jul 17 2020 using Sails v1.2.4.