Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 804 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 804 Bytes

Bolnuhos

Bolnuhos is a Full Stack Chatting App that uses Socket.io for real time communication and stores user details

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB

Run Locally

Clone the project

  git clone https://github.com/poudyalamit/Bolnuhos

Go to the project directory

  cd Bolnuhos

Install dependencies

  cd backend/
  npm install
  cd frontend/
  npm install

Start the server

  cd backend/
  npm run start

Start the Client

  //open now terminal
  cd frontend
  npm start

Made By

This app is developed by Amit Poudyal. You can reach me through: - @poudyalamit