Editor

Compiler

A simple MERN-based code editor that allows users to write and execute code in various programming languages using the Judge0 API. Includes user authentication and protected editor access.


Features


Tech Stack


Authentication Flow


How to Run Locally

1. Clone the repo

```bash git clone https://github.com/Richadas123/Editor.git cd Editor

2. Set up Frontend

cd frontend npm install npm run dev

3. Set up Backend

cd ../backend npm install npm run dev