a7b52593d1bc4d3354e4ef89e8830f3177f038e0
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
- `pip install -r requirements.txt`
- `python main.py`
Description
Languages
Python
70.8%
HTML
25.9%
CSS
3.3%