Skip to content

"WeChat" back-end. Integrated ActionCable web socket for a realtime bi-directional communication. Implemented user authentication and authorisation using JSON Web Token (JWT).

Notifications You must be signed in to change notification settings

Allegra9/chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"WeChat” Slack-inspired messaging app

Integrated ActionCable web socket for a realtime bi-directional communication channel between a client and a server. Implemented user authentication and authorisation using JSON Web Token (JWT). Used Material UI for styling.

How to run:

This is a chat-app's backend. Run it with: rails db:create to create rails db:migrate db:seed to migrate & seed the database.

Then to run rails s => localhost:3000 (Ctrl + C to stop)

then run the chat-client frontend (see chat-client repo)

Demo video:

https://www.youtube.com/watch?v=O_Cx57jF2so&index=3&list=UUZage3esBsP8jJGdT1k2n5A

Team:

Mod4 project built w @HugoSanchez @developerjigr


README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

"WeChat" back-end. Integrated ActionCable web socket for a realtime bi-directional communication. Implemented user authentication and authorisation using JSON Web Token (JWT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages