mern-dev / chatappV1

Home Page:https://textin.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

This is a chat app built on βš›οΈ.


Table of Contents


Description

Chat app πŸ₯· which is a web-based application πŸ–₯️, supports the viewport of any device, that its responsive property is trained to adapt in mobile and tab. Near to mobile apps looks-wiseπŸ“±.

  • This the first built, only supports one-one convo 🧑.
  • The chat convo is updated and tracked in your own cloud .☁️
  • No storage constraint.πŸ”₯πŸ“
  • Chat search based on word and date.πŸ“…

Technologies

  • Client side

    • classic web techβ˜•
    • react Js ❄️
    • Firebase [storage bucket]
  • Server side

    • node js πŸ“œ express server
    • socketio πŸ”Œ for connection
  • MongoDb

Back To The Top


How To Use

Development

  • Hosted client and server separately, After cloning
  • Add the mongo uri string in server.js (/textin-backend)
  • In react context (src/contexts/userContext.js), add the socket path respectively
  • firebase config needs to be added in (src/firebase/index.js)

Installation

  • react development server

        cd chatappV1 && npm i    

    after installing the node modules

        npm dev          
  • express server

        cd textin-backend && npm i    

    after installing the node modules

        node server.js  

Back To The Top


Developers

Contact . further ideas and queries 🎀

Back To The Top