first commit

This commit is contained in:
2024-07-02 15:22:32 -05:00
commit e2b0cf9794
9 changed files with 594 additions and 0 deletions

6
config.ru Normal file
View File

@ -0,0 +1,6 @@
require 'bundler/setup'
require 'sinatra'
require './app'
run Sinatra::Application