Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/izumisy/chat-api-server

:speech_balloon: Chat server powered with Sinatra+RocketIO+MongoDB
https://github.com/izumisy/chat-api-server

docker docker-compose memcached mongodb mongoid ruby sinatra websocket

Last synced: 3 months ago
JSON representation

:speech_balloon: Chat server powered with Sinatra+RocketIO+MongoDB

Awesome Lists containing this project

README

        

# Chat API Server
[![build status](https://circleci.com/gh/IzumiSy/chat-api-server.svg?style=shield&circle-token=a8ab869724415d9d09f918fa716bf41a8ea45188)](https://circleci.com/gh/IzumiSy/chat-api-server)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Chat backend server.

Sample front-end app: [IzumiSy/chat-frontend](https://github.com/IzumiSy/chat-frontend)

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Table of Contents
- [Setup](#Setup)
- [Run](#Run)
- [Test](#Test)
- [License](#License)

## Setup
```bash
$ cp .env.sample .env
$ vi .env
...
```

## Run
```bash
$ docker-compose build
$ docker-compose run app bundle exec rake seed
$ docker-compose up
```

## Test
```bash
$ docker-compose run app bundle exec rspec
```

## License
MIT © IzumiSy