https://github.com/eti-youngreis/happy_kitchen
Happy Kitchen: A Flask-based web application for sharing and managing recipes. Features include user authentication, recipe CRUD operations, search functionality, and recipe statistics visualization.
https://github.com/eti-youngreis/happy_kitchen
flask html matplotlib python sqlalchemy
Last synced: 3 months ago
JSON representation
Happy Kitchen: A Flask-based web application for sharing and managing recipes. Features include user authentication, recipe CRUD operations, search functionality, and recipe statistics visualization.
- Host: GitHub
- URL: https://github.com/eti-youngreis/happy_kitchen
- Owner: eti-youngreis
- Created: 2025-02-25T13:57:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T00:16:34.000Z (over 1 year ago)
- Last Synced: 2025-10-23T05:55:06.010Z (9 months ago)
- Topics: flask, html, matplotlib, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Happy Kitchen - Recipe Management Application
## Project Description
"Happy Kitchen" is a web application for sharing and managing recipes. Users can add new recipes, search for existing recipes, and view various statistics about the recipes on the site.
## Key Features
- User registration and login
- Adding new recipes
- Searching recipes by various criteria
- Viewing full recipe details
- Editing and deleting recipes (for authorized users)
- Viewing statistics about the recipes on the site
## Technologies
- Python
- Flask
- Matplotlib
- SQLAlchemy
- HTML/CSS
- JavaScript
## Installation and Setup
1. Make sure you have Python 3.7 or higher installed on your system.
2. Clone the repository:
`git clone https://github.com/eti-youngreis/happy_kitchen.git`
`cd happy_kitchen`
3. Install the required dependencies:
`pip install -r requirements.txt`
4. Run the application:
`flask --app server.py run`
5. Open a web browser and navigate to `http://localhost:5000` to access the application.
## Contributing
We welcome contributions to the project! Please create an issue or submit a pull request.
## License
This project is distributed under the MIT License.