Skip to content

JosiasPires/chat-j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-J

How to use

create virtual environment if needed

python -m venv venv

source venv/bin/activate

install libraries

pip install -r requirements.txt

run flask server

flask run