This is a Flask-based web application for managing recipes. Users can register, log in, log out, reset their passwords, and search for recipes.
- User Authentication: Users can register, log in, and log out securely.
- Password Reset: Users can reset their passwords if forgotten.
- Recipe Management: Users can search for recipes.
- Database Integration: SQLite3 is used for storing user information.
- Clone this repository:
git clone https://github.com/frashasantoYT/Recipe-Generator-Website
- Navigate to the project directory:
cd Recipe-Generator-Website
- install the required dependencies
pip install -r requirements.txt
- Run the application
python app.py
Access the application by visiting http://localhost:5000/ in your web browser. Register a new account or log in with existing credentials. Search for recipes by entering keywords in the search bar. To add more recipes edit the recipes.txt file and add more recipes
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
License This project is licensed under the MIT License. See the LICENSE file for details.
- Frasha Santo (frashasanto111@gmail.com)