Skip to content

chimame/chat_api

 
 

Repository files navigation

What's this?

This Chat API was created to study React-Redux.

Usage

# install gems in vender/bundle
$ bundle install --path vendor/bundle -j4

# install packages in client/node_module
$ yarn install

# create database
$ bin/rails db:create
$ bin/rails db:migrate

# start
$ bin/foreman s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.4%
  • HTML 10.4%
  • JavaScript 8.7%
  • CSS 1.5%