Skip to content

joshnah/coding-platform

Repository files navigation

Coding Platform

This is a demo project for the Medium post:
Build Your Own LeetCode-Style Coding Platform with ⚡ Angular 19 & 🔥 Judge0

The project consists of a simple backend built with a Node.js server (located in the backend/ folder) and does not use a database.

Getting Started

Backend Setup

  1. Copy .env-default to .env and add your Judge0 API key.

  2. Install dependencies and start the server:

    cd backend && npm install && npm run dev

Frontend Setup

  1. Install dependencies and start the frontend server:

    npm install && npm run start
  2. The application will be available at:
    http://localhost:4200

About

A coding platform created with Angular 19 and Judge0 Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published