Skip to content

This is a basic backend application built in Python as a conversion project for the original Recipe Manager built using Java. Users can run this application using the CLI and local memory to store their recipe data while using the app.

License

Notifications You must be signed in to change notification settings

EoghyUnscripted/Python-Recipe-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

The Recipe Manager is a core application using classes and user input to create cook books and store all the wonderful recipes you can come up with. This is a basic application that allows users to add, view, and delete recipes or cook books.
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Goals
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

Developed Using

Python Visual Studio Code

Getting Started

To ensure success in running the application, please follow the steps below prior to attempting to run the application in the terminal, console, or IDE of your choice.

Prerequisites

Installation

Install Python for Windows OS

Install Python for MacOS

MacOS comes pre-installed with Python. You can check for the installed Python version(s) in the terminal by entering the command in a terminal window.

% python --version
Python 3.11.5

To update to the latest version:

% brew update && brew upgrade python

Goals

  • Create methods for editing
  • Improve error handling
  • Redevelop with Django or Flask
  • Add WTForms
  • Implement SQLAlchemy with SQLite for local storage

Contributing

While this app was developed simply for fun, please feel free to contribute new ideas and enhancements to this project.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Eoghan - @EoghyUnscripted

Project Link: https://github.com/EoghyUnscripted/Python-Recipe-Manager

Acknowledgments

About

This is a basic backend application built in Python as a conversion project for the original Recipe Manager built using Java. Users can run this application using the CLI and local memory to store their recipe data while using the app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages