https://github.com/xr/chatroom-api
a chat application api repo
https://github.com/xr/chatroom-api
Last synced: 10 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T16:02:54.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T09:44:15.912Z (over 1 year 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
```