Skip to content

Computer system security project - E2EE web chat application

Notifications You must be signed in to change notification settings

zoezhousy/E2EE_Chat_Web_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

End-to-end Encrypted Chat WebAPP

This is a project for COMP3334 End-to-end Encrypted Chat Web Application

Framework

  • Backend
    • Python 3
    • Flask Framework
  • Frontend
    • HTML + CSS + JS
  • Database
    • MySQL
  • Web Server
    • Nginx
  • Container
    • Docker

Before run the program !!!

Please make sure Docker Desktop is installed and opened!

Command to load this APP

on Windows system

  1. Deploy the docker container using the following line within the folder that contains the docker-compose.yaml file execute following command: docker-compose up -d
  2. The chat app works over plain HTTP on port 8080, access it at: http://group-26.comp3334.xavier2dc.fr:8080
  3. And also works over HTTP on port 8443 access it at: https://group-26.comp3334.xavier2dc.fr:8443/

About

Computer system security project - E2EE web chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published