Start using sinatra & ruby for backend

Signed-off-by: Syed Daanish <me@syedm.dev>
This commit is contained in:
2025-06-21 17:38:17 +03:00
parent 9d387eb482
commit d8fd37e757
32 changed files with 457 additions and 0 deletions

9
Gemfile Normal file
View File

@@ -0,0 +1,9 @@
source "https://rubygems.org"
gem "sinatra"
gem "xxhash"
gem "sequel"
gem "json"