a team project for Build2Learn by Dharundds, HrithikMJ & Zaid
~This a group chatroom application with features like encryption, privacy etc.
~This web application is built using Python's Flask as server side backend and javascript for client side backend and HTML and CSS for frontend.
~This site is no longer hosted 😕
~To run the application localy clone this repo and cd into it and run
pip install -r requirements.txt
export DBSTRING="mongodb://127.0.0.1:27017/" #Your mongodb string or contact us to get access to our db
flask run
(or)
~Build the docker image using
docker build --tag <NAME> .
and Run using
docker run --name <NAME> -p 5000:5000 --env DBSTRING=<MONGODB_CONNECTION_STRING> <NAME>
~kindly refer here for detailed info on hosting using heroku.
~ feel free to report bugs here.