Skip to content

Rosebeatty/chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat app

Description

A real-time chat app created with Go, React, Redux, Typescript, WebSocket and Material UI.


In the Frontend Repository

Make sure docker is installed and you are inside the /frontend folder

Build a docker image:

docker build -t chatfrontend .

Run tests:

npm run test


In the Backend Repository

Make sure you are inside the /backend folder

Build a docker image:

docker build -t chatbackend .


In the Project Directory

Start the app with:

docker-compose up

Open http://localhost:3000 to view it in the browser.

About

A real-time chat app created with Go, React, Redux, Typescript, WebSocket and Material UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors