Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 655 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 655 Bytes

Instant-Messaging

CS 3110 Final Project

Project Summary

Welcome to our Instant Messaging app. Our system supports the following functionalities and features:

  • Clients can register, log in, send friend requests, accept or reject friend requests, send and receive messages, create and join groupchats, send groupchat messages, and log out.
  • Server can handle requests from clients.
  • Data is stored in both server and client databases.

To install and build our system, read INSTALL.md.

To run the server: enter the src/server directory and use command make run

To run the client: enter the src/client directory and use command make run