/Recipe-Manager

This is a Recipe Management System that help to keep track the recipes for personal or commercial such as restaurant

Primary LanguageJavaMIT LicenseMIT

๐Ÿœ Recipe-Manager

A recipe management system to keep track the recipes for personal or commercial such as restaurant

๐Ÿ“ข Problem Statement

  • Difficult to manage recipe in a busy restaurant
  • Difficult to remember all the recipes of the restaurant

๐Ÿ“š Functional Requirement

  1. Create a new recipe.
  2. Search existing recipes.
  3. View existing recipes.
  4. Modify existing recipes.
  5. Delete existing recipes.
  6. Allow admin to create an account.
  7. Allow the admin to log in to the admin account.
  8. Allow the admin to log out to the admin account.

โš™๏ธ Installation

  1. Clone the project
  2. Create a database for this project using create-db.sql
  3. Change the mysql database information (you may need to create a new user, 'RecipeManager' in dbUrl is the schema name) DBInfo
  4. Change the directory for recipeImageCache
    • change the path according to location of the recipeImageCache folder (you can find in src/main/java directory) RecipeDAO TopLevelMenu
  5. Run maven in command line (or you may use any IDE to run this project)
     mvn compile
    
     mvn test
    
     mvn install
    
     java -jar target/Recipe-Manager-1.0-SNAPSHOT.jar
    

๐Ÿ–ผ๏ธ Screenshot

๐Ÿ“ Signup

Signup Page

๐Ÿ—๏ธ Login

Login Page

๐Ÿ“‹ Main Menu

Main Menu Page

๐Ÿงพ Create Recipe

Create Recipe Page

๐Ÿ–Œ๏ธ Set Up Ingredients of the New Recipe

Set Up Ingredients Page

๐Ÿ‘๏ธ View Recipes

View Recipes Page

๐Ÿ‘€ View Recipe Details

View Recipe Details Page

โœ’๏ธ Edit Recipe

Edit Recipe Page

๐Ÿง‘โ€๐Ÿ’ป User Profile

User Profile Page

๐Ÿ” Change Account Password

Change Account Password Page

๐Ÿ”’ Logout

Logout Page