Skip to content

It's backend code for the automatic paper generation. Users only need to add the total marks of the paper and enter the percentage of easy, medium, and hard level questions. You can also choose a specific topic for a particular subject

Notifications You must be signed in to change notification settings

siddharthgohil17/Paper_Genration_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Generation Application

This is the backend code for an automatic paper generation application. Users can easily create papers by providing the total marks, specifying the percentage of easy, medium, and hard level questions, and choosing a specific topic for a particular subject.

Getting Started

To start the application, follow these steps:

  1. Clone the Repository:
  1. git clone
  2. npm install
  3. npm start
  4. Add environment variable.

I also attached a deployed URL using this you can generate paper. MAIN URL: https://paper-generation-application.onrender.com

RUN THIS REQUEST ON POSTMAN OR INSTALL JSON VIEWER EXTENSION AND RUN IN BROWSER 1)https://paper-generation-application.onrender.com/generatepaper?marks=80&easy=30%&medium=40%&hard=30% 2)https://paper-generation-application.onrender.com/generatepaper?marks=80&easy=30%&medium=40%&hard=30%&topic=Array

Also add your requests, currently I have only Two topics in the database "Array" and "String" from the DSA subject;

About

It's backend code for the automatic paper generation. Users only need to add the total marks of the paper and enter the percentage of easy, medium, and hard level questions. You can also choose a specific topic for a particular subject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published