Files
CS361-Portfolio-Project/README.md
2022-10-01 17:34:18 -07:00

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>