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.
To start the application, follow these steps:
- Clone the Repository:
- git clone
- npm install
- npm start
- 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