LeeDecode is a full-stack debugging platform designed to help developers identify and fix bugs in their code through an interactive debugging experience.
- Interactive code debugging
- Code editor with debugging support
- User authentication
- Backend API for managing debugging sessions
- Database integration
- Responsive web interface
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
git clone https://github.com/karan-gh/LeeDecode
cd LeeDecode
cd client
npm install
npm run devFor the server, open another terminal:
cd LeeDecode/server
npm install
npm run devConfigure the required environment variables before running the application.