Inital commit, hello world status

This commit is contained in:
2022-01-13 15:47:44 -05:00
commit c34f53ed01
80 changed files with 1258 additions and 0 deletions

5
config.ru Normal file
View File

@@ -0,0 +1,5 @@
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
run Rails.application