tidying and ready for deploy

This commit is contained in:
Lucas Jensen
2022-10-01 17:34:18 -07:00
parent a446be7e8b
commit 0338cd83ed
12 changed files with 15 additions and 62 deletions

View File

@@ -1,3 +1,13 @@
Here's the README for my portfolio project for CS361.
# BreadApp
Not much to see yet.
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>