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

https://github.com/connectycube/comments-demo-web

A demo of how to implement commenting system on top of ConnectyCube chat
https://github.com/connectycube/comments-demo-web

Last synced: 11 months ago
JSON representation

A demo of how to implement commenting system on top of ConnectyCube chat

Awesome Lists containing this project

README

          

# comments-demo-web
A demo of how to implement commenting system on top of ConnectyCube chat

# Get started
In the project directory, you need run:
1. cd ./comments-demo-web
2. npm install
3. npm start

# Users info
user_ 1 {
login: "cc_test_1",
password: "cc_test_1"
}

user_ 2 {
login: "cc_test_2",
password: "cc_test_2"
}

# Id for create chat
ids = 1650532,1650534
admin_id = 1650532