/chat-api-client

Example Rails Chat API with React Client

Primary LanguageRuby

README

Example chat room

  • chat-api Expects a postgresql db with user 'newchat' Run rails api on port 3001: rails s -p 3001

  • chat-client Just yarn start