https://github.com/rb-thompson/chefs-advantage
A recipe index and reference tool for busy chefs.
https://github.com/rb-thompson/chefs-advantage
flask-application jinja2 sqlite web-browser
Last synced: 12 months ago
JSON representation
A recipe index and reference tool for busy chefs.
- Host: GitHub
- URL: https://github.com/rb-thompson/chefs-advantage
- Owner: rb-thompson
- Created: 2025-02-08T16:31:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T17:31:26.000Z (about 1 year ago)
- Last Synced: 2025-04-08T18:27:49.255Z (about 1 year ago)
- Topics: flask-application, jinja2, sqlite, web-browser
- Language: HTML
- Homepage:
- Size: 5.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chef's Reference Tool (Recipe Index)
A web-based application designed for kitchen workers, providing a fast and intuitive way to find, create, and update recipes. Say goodbye to crumpled, grease-stained notes—this tool brings your culinary collection into the digital age.
## How to Use
1. Open the app in your web browser.
2. Use the search bar to locate recipes by name or ingredient.
3. Click "Create" to add a new recipe or "Edit" to modify an existing one.
4. Save your changes to keep your recipe library up to date.
## For Developers
1. ***Clone the repository***
```bash
git clone https://github.com/your-repo/chefs-advantage.git
```
2. ***Navigate to the Project Directory***
```bash
cd chefs-advantage
```
3. ***Set Up a Virtual Environment***
```bash
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
```
4. ***Install Dependencies***
```bash
pip install -r requirements.txt
```
5. ***Launch the Development Server***
```bash
python app.py
```
6. Open your web browser and navigate to `http://localhost:5000` to view the app.
## Prerequisites
- Python 3.x installed on your system.
## Testimonials
***"I can finally save all those treasured, greasy stacks of hand-scribbled recipes from their poor, crumpled state!"***
— Satisfied user
# Author
R. Brandon Thompson - prizecoffeecup@proton.me