Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.01 KB

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;