Skip to content

This is a chatting app where user can chat only when create account and login

Notifications You must be signed in to change notification settings

Yogeshvari2902/EsayChat-App-Full-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Start the App

Install the Public Dependencies

Install the Server Dependencies

In the Server Directory there's a .env file. Change the value of mongodb inside the file. Set the value as your mongodb connection url.

Now start the server by yarn start

Now start the react by yarn start

And the chat application would be running successfully by now.


About the EasyChat Application

  • A place to share the information/thoughts.
  • User can create an account, then login, do some chat and logout their accounts.

Tech Stack Used

  • Material UI: Styling & Icons
  • MongoDB: For DataBase Management
  • ExpressJs: For BackEnd Routing
  • React: FrontEnd Developement
  • NodeJS: For BackEnd developement
  • Netlify: For hosting the frontEnd developement

Previews

  • Desktop Preview

Desktop-Preview

  • Mobile Preview

Mobile-Preview

  • Create User:

Create User

  • Login Page:

Login Page

  • Home Page:

UserDetails

  • Showing Chats:

Chats Page