Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```