Skip to content

k1549014/sp-sails-chat

 
 

Repository files navigation

Sitepoint Sails Chat Application

This is a tutorial project for Sitepoint showing you how to build a chat app using Sails.js. This project has been build using Sails.js framework for the API and Semantic-ui for the user interface.

Link to the tutorial will be provided later:

Installation

git clone [email protected]:brandiqa/sp-sails-chat.git

cd sp-sails-chat

npm install

sails lift

Open http://localhost:1337 on your browser

Configuration

The application has been configured to reset its local disk database everytime it starts. To persist the data, go to config/models.js and change the migrate setting to alter or safe.

Contributors

Michael Wanyoike - https://twitter.com/myxsys

About

Sails.js Chat Project tutorial for Sitepoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • HTML 25.5%
  • CSS 0.3%