/cortus-app

An online chat application made using React , Node and socket.io

Primary LanguageJavaScript

Cortus - Chat Application

Cortus is chat application build with the power of MERN Stack.

login page

home page

Installation Guide

Requirements

Both should be installed.

git clone https://github.com/prinshukumar22/cortus-app
cd cortus-app

Now rename env files from .env.example to .env

cd public
mv .env.example .env
cd ..
cd server
mv .env.example .env
cd ..

Now install the dependencies

cd server
npm install
cd ..
cd public
npm install

We are almost done, Now just start the development server.

For Frontend.

cd public
npm start

For Backend.

Open another terminal in folder, Also make sure mongodb is running in background.

cd server
npm start

Done! Now open localhost:3000 in your browser.