From 577f67a250ab3bf9feaf8c81579c78fdd89b74bc Mon Sep 17 00:00:00 2001 From: Siddhant Pawar <85052056+SiddhantPawar03@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:04:25 +0530 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 769db6f..8589fc9 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,10 @@ Design and implement a Question Paper Generator application. - Generated Question Paper can be saved in the database & viewed by the respective authors. # Guildelines -``` -Before starting make sure you have MongoDB installed locally. -``` -``` -The question format should be as expected as given below or can be directly taken from questionBank.json -``` + +- Before starting make sure you have MongoDB installed locally. +- The question format should be as expected as given below or can be directly taken from questionBank.json + ``` { "question": "Discuss the concept of smart polymers and their applications.", @@ -28,20 +26,20 @@ The question format should be as expected as given below or can be directly take "marks": 1 } ``` +- Directlly add the following set of questions to questionBank collection or change code accordingly +- Install all dependancies using ``` -Directlly add the following set of questions to questionBank collection or change code accordingly -``` -``` -Install all dependancies using npm install +npm i ``` + # Results | Title | Image | --- | --- | -| Dashboard || -| File Complaints || -| Cluster Map || -| Prediction Graph || +| Dashboard |image| +| Add Subject |SS-1| +| Add Topics, Marks |SS-2| +| Generate Paper |SS-4|