Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 565 Bytes

File metadata and controls

32 lines (23 loc) · 565 Bytes

CodeKata

A competitive coding platform for Ruby developers. Solve challenges, compete in multi-round games against friends, collaborate in real-time, and discuss solutions in the community forum.

Stack

  • Ruby on Rails 7, PostgreSQL
  • Hotwire (Turbo + Stimulus), ActionCable
  • CodeMirror 6, Judge0

Setup

Requirements: Ruby 3.2.2, PostgreSQL, Redis, Node.js

git clone https://github.com/aniketpatidar/codekata
cd codekata
cp .env.example .env
bin/setup

Open http://localhost:3000.

License

MIT