An open API service indexing awesome lists of open source software.

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.

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.