Skip to content

frankchang0125/rakuten-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rakuten take home assignment - Implement a Chat Server

Rakuten chat server written in Go and Node.js.

This project contains three components:

  • Chat server (written in Go)
  • Migration scripts
  • Test scripts (written in Node.js with mocha framework)

Build chat server and test scripts docker images

  1. cd to project's root directory

  2. Build docker images:

./docker/build.sh

  1. Start chat server + run migrations

./docker/run_chat_server.sh

  1. Run test scripts

./docker/run_test_cases.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published