Skip to content

daniyalahmed21/Leetcode-Problem-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Problem Service API

This API allows you to manage coding problems similar to LeetCode — including creating, retrieving, updating, and deleting problems.

🛣️ API Base URL

All routes are structured using:

  • apiRouterv1RouterproblemRouterproblemController

Dependencies

  • Express
  • bodyParser
  • nodemon
  • dotenv
  • marked (converts markdown into html)
  • sanitize-html (remove unsafe tags )
  • winston (used for custom logging)
  • winston-mongodb (used for storing log in db)

About

LeetCode Problem Service API

Resources

Stars

Watchers

Forks