This is a project for COMP3334 End-to-end Encrypted Chat Web Application
- Backend
- Python 3
- Flask Framework
- Frontend
- HTML + CSS + JS
- Database
- MySQL
- Web Server
- Nginx
- Container
- Docker
Please make sure Docker Desktop is installed and opened!
on Windows system
- 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
- The chat app works over plain HTTP on port 8080, access it at: http://group-26.comp3334.xavier2dc.fr:8080
- And also works over HTTP on port 8443 access it at: https://group-26.comp3334.xavier2dc.fr:8443/