dingwei426 / Recipe-Manager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍜 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

About

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

License:MIT License


Languages

Language:Java 100.0%