Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 786 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 786 Bytes

Chat Room

General Chat. Made with Next.JS, Socket.IO, MongoDB and other new technologies. There is shitcode available in the backend, I didn't try to make a complex and smart system.

Installing the client part
npm i -g yarn # if yarn is not installed
cd Client
cp .env.example .env
nano .env # configure the .env using nano or another editor you are comfortable with
yarn
yarn run build
yarn run start
Installing the server part
npm i -g yarn # if yarn is not installed
cd Server
cp .env.example .env
nano .env # configure the .env using nano or another editor you are comfortable with
yarn
yarn run build
yarn run start

Chat