A recipe management system to keep track the recipes for personal or commercial such as restaurant
- Difficult to manage recipe in a busy restaurant
- Difficult to remember all the recipes of the restaurant
- Create a new recipe.
- Search existing recipes.
- View existing recipes.
- Modify existing recipes.
- Delete existing recipes.
- Allow admin to create an account.
- Allow the admin to log in to the admin account.
- Allow the admin to log out to the admin account.
- Clone the project
- Create a database for this project using create-db.sql
- Change the mysql database information (you may need to create a new user, 'RecipeManager' in dbUrl is the schema name)
- Change the directory for recipeImageCache
- 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