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
- Host: GitHub
- URL: https://github.com/connectycube/comments-demo-web
- Owner: ConnectyCube
- License: apache-2.0
- Created: 2020-07-16T19:18:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T10:28:26.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T20:56:28.983Z (over 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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