Skip to content

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

License

Notifications You must be signed in to change notification settings

dingwei426/Recipe-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍜 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

Topics

Resources

License

Stars

Watchers

Forks

Languages