# BreadApp
Built for real world use in storing and modify recipes for sourdough bread.
Built using Flask and JSON for data persistence.
To run, create a virtual environment with `python3 -m venv venv` or however you see fit, followed by:
`source venv/bin/activate` (or similar depending on your venv usage