Skip to content

sachithasamadhib/buzzApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup the project

create a virtual environment

python3 -m venv venv

activate the virtual environment

source venv/bin/activate

install the dependencies

pip install -r requirements.txt

run the project

python main.py

Access the project on your browser at http://localhost:6001/

enjoy!

About

Buzz chat simple upgrade

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.2%
  • JavaScript 29.7%
  • HTML 19.5%
  • Python 14.6%