Feathers chat demo app using sequelize ORM with Pgsql database.
This project uses Feathers. An open source web framework for building modern real-time applications.
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/feathers-chat-sequelize; npm install
-
Start your app
npm start
0.1.0
- Initial release.
If you want to see how the code changes from the original feathers chat demo app that uses NeDB, look for occurrences of "Sequelize-demo" as comments.
Copyright (c) 2016
Licensed under the MIT license.