Skip to content

ollav12/web-security-project

Repository files navigation

“HeadBook” Example Project (INF226, 2023)

To Use

Set up virtual environment and install dependencies

Use the venv command to create a virtual environment. E.g., on Unix (see web page for how to use it on Windows and with non-Bourne-like shells):

cd 226book
python -m venv .venv  # or possibly python3
. .venv/bin/activate  # yes there's a dot at the beginning of the line
pip install -r requirements.txt

You can exit the virtual environment with the command deactivate.

Run it

flask -A headbook:app run --reload

Copyright

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published