Skip to content

Centigrade2020/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centigrade-ChatRoom

a team project for Build2Learn by Dharundds, HrithikMJ & Zaid

About

~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.

Visit

~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>

Host

~kindly refer here for detailed info on hosting using heroku.

Known issues

~ feel free to report bugs here.

Acknowledgements

~stackoverflow

~real-python

~flask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors