Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjai0py/leetcode-clone
https://github.com/sanjai0py/leetcode-clone
api-rest backend leetcode
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanjai0py/leetcode-clone
- Owner: sanjai0py
- Created: 2024-01-03T14:26:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T11:35:13.000Z (10 months ago)
- Last Synced: 2024-01-24T12:45:46.883Z (10 months ago)
- Topics: api-rest, backend, leetcode
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- 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