tidying and ready for deploy
This commit is contained in:
14
README.md
14
README.md
@@ -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>
|
||||
Reference in New Issue
Block a user