Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kawakamimoeki/clean-architecture-minimal-app

A minimal Clean Architecture app
https://github.com/kawakamimoeki/clean-architecture-minimal-app

clean-architecture hanami rom ruby sinatra

Last synced: about 1 month ago
JSON representation

A minimal Clean Architecture app

Awesome Lists containing this project

README

        

# Clean Architecture Minimal App

```ruby
gem "hanami-utils" # interactor
gem "sinatra"
gem "sinatra-contrib"
gem "puma"
gem "rom"
gem "rom-repository"
gem "rom-sql"
gem "sqlite3"
```

```ruby
bundle exec rake -T
rake db:create # Create DB
rake db:migrate # Migrate DB
rake db:seed # Create DB Seed
rake dev # Start dev server
```

```
GET /users/1
```