Skip to content

kanaydo/chit-chat-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chit Chat API

A simple rest chat API for chit-chat simple chat application using flutter.

build using:

* rails 6.0.0
* ruby 2.5.1

Setup

sudo apt-get install redis-server
  • clone:
git clone https://github.com/kanaydo/chit-chat-api.git
  • install dependency:
- bundle install
  • set database:
rename config/database.yml.template to config/database.yml then set postgresql credential to your own.
  • create database:
rake db:create
  • migrate database:
rake db:migrate
  • run server
rails s -b 0.0.0.0

About

simple chat-api using ruby on rails framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published