Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 696 Bytes

TerminalChatApp

A CLI chat application based on gRPC protocol

How to run on locally

Clone the repository and cd into it

git clone https:/pixalquarks/TerminalChatApp.git
cd TerminalChatApp

To run the server

Rename the .env.txt file to .env and change the variables if required. Then run the following command

make server

Server

To run the client

Simply run

make goClient

Client

Enjoy with your friends on your LAN network