Skip to content

jayasanka-sack/buzzApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published