Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1 KB

README.md

File metadata and controls

33 lines (23 loc) · 1 KB

Project Overview

web pages

image

image

image

chatengine

image

Instructions

for backend

  1. npm init -y
  2. npm install express cors axios --save
  3. npm i nodemon --save
  4. npm install
  5. npm start

for frontend

  1. npm install vite@latest
  2. npm install axios
  3. npm run dev -- for running the application

Documentations

  1. chat engine : https://rest.chatengine.io/

Third Party Pacakges from npm are:

  1. In this we used "npm i react-chat-engine-advanced
  2. try this too by yourself "npm i react-chat-engine-pretty"