https://github.com/sanjai0py/leetcode-clone
https://github.com/sanjai0py/leetcode-clone
api-rest backend leetcode
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanjai0py/leetcode-clone
- Owner: sanjai0py
- Created: 2024-01-03T14:26:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T11:35:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T15:51:17.589Z (10 months ago)
- Topics: api-rest, backend, leetcode
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Backend Simulation
A minimal leetcode backend implemented for learning purposes.
## Features
- [x] User authentication and authorization
- [] User profile page where users can view/edit their details
- [] Problem creation, update, and deletion
- [] managing user roles admin and user
- [] User profile management
- [] Leaderboard tracking
- [] Code submission and evaluation - todo