Skip to content

emekdahl/flask-langgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Tutorial

Run Without Container

Set up Virtual Environment

python3 -m venv .venv

. .venv/bin/activate

Install dependencies

pip install -e .

Run with Container

docker stop flaskr && docker rm flaskr && docker build -t latest . && docker run --name flaskr -p 8080:8080 -p 5000:5000 latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published