Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 764 Bytes

File metadata and controls

16 lines (15 loc) · 764 Bytes

Chat_App

Technologies used - Java, MySql, JavaFx.

Features -

  • User To User messaging
  • Sent, Received and Read receipts
  • Last seen or Online user status
  • Temporary Database similar to WhatsApp where chats gets deleted from server automatically when they have been received by user to which they are intended.

To Start project follow these steps -

  • Import given database file Chat_App.sql inside your computer MySql server.
  • Open project in IntelliJ IDEA.
  • Give location of your computer MySql jdbc connector jar file in project structure.
  • Run server.java file.
  • Run Login_Window.java file
  • SignUp to create your account
  • Give server IP to your freinds and enjoy chatting with your friends in your Own Network!!