Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.