Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xr/chatroom-api
a chat application api repo
https://github.com/xr/chatroom-api
Last synced: about 1 month ago
JSON representation
a chat application api repo
- Host: GitHub
- URL: https://github.com/xr/chatroom-api
- Owner: xr
- Created: 2017-04-11T13:17:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T16:02:54.000Z (over 3 years ago)
- Last Synced: 2024-08-03T09:11:11.429Z (4 months ago)
- Language: JavaScript
- Homepage: http://chat.loveyoung.me
- Size: 2.14 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - chatroom-api
README
# Chat API
This is the chat api repo, but `ui` folder contains released version frontend code, it is only used for the deployment purpose, try to serve the frontend and backend at the same time. Please find the frontend repo [here](https://github.com/xr/chatroom-app)
## API Documentation
[click here](http://chat.loveyoung.me/doc/)## installation
```
yarn install
```## prerequisites
```
mongodb up and running
```## start
```
npm start
```## test
```
npm test
```