Small hanami-based test app
- Ruby 64.5%
- HTML 21.6%
- Shell 10.4%
- JavaScript 3.1%
- CSS 0.4%
set up dockerized database add dockerized db to Procfile.dev add first migration |
||
|---|---|---|
| app | ||
| bin | ||
| config | ||
| lib | ||
| public | ||
| spec | ||
| .env | ||
| .gitignore | ||
| .rspec | ||
| .ruby-version | ||
| config.ru | ||
| docker-compose-dev.yml | ||
| Gemfile | ||
| Gemfile.lock | ||
| Guardfile | ||
| package-lock.json | ||
| package.json | ||
| Procfile.dev | ||
| Rakefile | ||
| README.md | ||
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