From e670d526a325606f4d1eed5ecbfef865eaa01d1c Mon Sep 17 00:00:00 2001 From: Meghdut Mandal Date: Sun, 10 Jan 2021 13:26:20 +0530 Subject: [PATCH] Readme Update --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 2d997a1..1923293 100644 --- a/Readme.md +++ b/Readme.md @@ -27,3 +27,9 @@ Requires Java Runtime 11+ 3. For easy access a Pre-initialized User is given with the Credentials **email= c password= c** 4. Similarly, a pre-initialized Admin is given with the Credentials **email= m password= m** +### Running the Test +* Open the project in IntelliJ IDEA +* The Tests are located in **test** folder +* Currently, only Dao tests are there +* However, the Controllers can be easily by mocking IOProvider +