daily-code icon indicating copy to clipboard operation
daily-code copied to clipboard

Feat:Admin MCQs

Open ShubhamMewara opened this issue 10 months ago • 2 comments

Added Admin page to Add MCQs to Problems.

https://github.com/code100x/daily-code/assets/136337515/7b1a1c92-33c3-4853-bd22-1edc7678755f

Checklist before requesting a review

  • [x] I assure there is no similar/duplicate pull request regarding same issue
  • [x] I have performed a self-review of my code

ShubhamMewara avatar Apr 19 '24 16:04 ShubhamMewara

same issue

manaschakrabortty avatar Apr 19 '24 18:04 manaschakrabortty

Hey @ShubhamMewara , I have reviewed your PR and the implementation is really good. There are a few things I found that could be improved, would be great if you go over them once.

@Kartik1110 Thank you for review.

ShubhamMewara avatar Apr 20 '24 11:04 ShubhamMewara

/bounty $60

hkirat avatar Apr 21 '24 21:04 hkirat

const express = require('express'); const router = express.Router(); const mcqController = require('../controllers/mcqController');

router.post('/add', mcqController.addMCQ);

module.exports = router;

manaschakrabortty avatar Jul 25 '24 19:07 manaschakrabortty