8000 GitHub - BorisDutkin/sails-tutorials: Sails.js tutorials based on youtube tutorial playlist
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BorisDutkin/sails-tutorials

Repository files navigation

Node Financial

Sails.js Tutorials

Install sails.js globally with npm install -g sails.

Current project uses localDiskDb, if you would like to change it to mysql, install another two packages:

npm install sails-mysql

and

npm install -g mysql

and then configure connections.js & models.js files.

Download the project and use npm install command to install the dependencies.

Now run sails lift command to start sails local serve, now browse to localhost:1337.

Thanks to @github/rschuetzler video tutorials on youtube

About

Sails.js tutorials based on youtube tutorial playlist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0