Skip to content

skunktank69/jee_mocks_db

Repository files navigation

JEE MAIN & ADVANCE PyQ DB

this database contains ~15000 questions from JEE MAIN & ADVANCE exams , and was made by using the data from a popular jee pyq platform 😏. At the moment questions are only available sorted by subject and chapter, will add exam-wise sorting soon.

features

Usage

GET subjects (pretty useless {i know :p })

 https://mocks-api.anispace.workers.dev/api/subjects

GET subject-wise topics

 https://mocks-api.anispace.workers.dev/api/topics/{subject}

GET topic-wise questions

 https://mocks-api.anispace.workers.dev/api/questions/{subject}/{topic}
parameters type description required
skip number (dont bother) no(default 0)
limit number total questions to show no(default 10)

Local Usage

installation

  git clone https://github.com/skunktank69/jee_mocks_db.git
  cd jee_mocks_db

build the json files from jsonl

  npm run build # or bun run build or pnpm run build or yarn run build (i prefer bun)

run the server

  npm run dev # you know the drill

this database was made by skunktank69 show some love by starring the repo and following me on github (pwease 🤩🥺❤️)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors