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: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T22:54:03.000Z (about 2 years ago)
- Last Synced: 2026-01-13T06:56:44.357Z (5 months ago)
- Topics: crud, mongodb, sailsjs
- Language: JavaScript
- Homepage: https://sailsjs.com/
- Size: 235 KB
- Stars: 3
- Watchers: 1
- 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.