Small hanami-based test app
Find a file
Alexander Gräfe e6037d33d5 set ruby version to 3.4.7
set up dockerized database

add dockerized db to Procfile.dev

add first migration
2025-11-24 14:05:43 +01:00
app initial commit 2025-11-21 12:47:14 +01:00
bin set ruby version to 3.4.7 2025-11-24 14:05:43 +01:00
config set ruby version to 3.4.7 2025-11-24 14:05:43 +01:00
lib initial commit 2025-11-21 12:47:14 +01:00
public initial commit 2025-11-21 12:47:14 +01:00
spec initial commit 2025-11-21 12:47:14 +01:00
.env initial commit 2025-11-21 12:47:14 +01:00
.gitignore initial commit 2025-11-21 12:47:14 +01:00
.rspec initial commit 2025-11-21 12:47:14 +01:00
.ruby-version set ruby version to 3.4.7 2025-11-24 14:05:43 +01:00
config.ru initial commit 2025-11-21 12:47:14 +01:00
docker-compose-dev.yml set ruby version to 3.4.7 2025-11-24 14:05:43 +01:00
Gemfile initial commit 2025-11-21 12:47:14 +01:00
Gemfile.lock initial commit 2025-11-21 12:47:14 +01:00
Guardfile initial commit 2025-11-21 12:47:14 +01:00
package-lock.json initial commit 2025-11-21 12:47:14 +01:00
package.json initial commit 2025-11-21 12:47:14 +01:00
Procfile.dev set ruby version to 3.4.7 2025-11-24 14:05:43 +01:00
Rakefile initial commit 2025-11-21 12:47:14 +01:00
README.md initial commit 2025-11-21 12:47:14 +01:00

TormentNexus

🌸 Welcome to your Hanami app!

Getting started

  • Set up the project with bin/setup
  • Run the server with bin/dev
  • View the app at http://localhost:2300
  • Run the tests with bundle exec rake