Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 450 Bytes

File metadata and controls

19 lines (12 loc) · 450 Bytes

CS180 Project Chat App

Server: python

Required Packages to run: psycopg2 pip

Client: python

Simple Web based chatroom application that uses bootstrap as a web interface. The backend is a custom built python server API to provide strong data protection for the SQL database. By using a custom API to seperate the client from directly querying the database we can protect the database from malicious attacks.

server IP: 107.194.132.45