/MapChat

A Chat Application in React in which you could chat with your friends across India on a Map!!

Primary LanguageJavaScript

Map Chat

A chatting application to chat people on the Map alt text

TODO

  • Setup a React App
  • Add a Map with a marker popup
  • Add a form for entering the message
  • Setup server side
  • Add database with message schema as
  • Message Schema
  • name
  • message
  • latitude
  • longitude
  • date
  • Server side database validatio
  • Client side form validation
  • Connect client with client
  • Refactor code
  • Add Draggable marker for positioning
  • Show all markers in db on Map
  • Deploy the code at MapChat
  • Make chat messages realtime
  • Users should see there friends only

Usage

Git clone the repo as

git clone https://www.github.com/Utsavjain4561/MapChat

Setup

Client Side

cd client
npm install

Server Side

cd server
npm install

Startup

Client Startup

cd client
npm start

Server Startup

cd server
nodemon