From fdf61816c75e2d945c5747dbf7db1163f825a358 Mon Sep 17 00:00:00 2001 From: ramg44 <112654778+ramg44@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:17:07 -0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1d9813..2439cef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Design_Pattern_Group_SER39 Design patterns for in class assignment Syllabus Generator - +Github-Link:https://github.com/purshi01/Design_Pattern_Group_SER39 +-------------------------------- +Steps to execute the Source code +--------------------------------- +1. Perform a git clone using the below command or unzip the sourcecode submitted. + git clone https://github.com/purshi01/Design_Pattern_Group_SER39 +2. Go to intellij in your computer and open the cloned folder +3. Click on the Build i.e Build project to build/compile the project +4. Go to main.java in the src folder and Click on Run the output will be shown in the console. # In the source folder -Excecute the Main class in order to see the execution of singleton class +Excecute the Main class in order to see the execution of singleton class.Also the other patterns. +Where "Full time professor able to generate a syllabus""part time professor able to generate a syllabus comes under decorator pattern" +And the rest is Builder pattern,Facade pattern,Adapter pattern.