13 lines
410 B
Markdown
13 lines
410 B
Markdown
# 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:
|
|
|
|
<ul>
|
|
<li>`source venv/bin/activate` (or similar depending on your venv usage</li>
|
|
<li>`pip install -r requirements.txt`</li>
|
|
<li>`python main.py`</li>
|
|
</ul> |