Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/backpackerhh/challenge-be-safebox-api-rails

Backend Challenge
https://github.com/backpackerhh/challenge-be-safebox-api-rails

ddd domain-driven-design hexagonal-architecture json json-api ports-and-adapters rails rails-api ruby ruby-on-rails

Last synced: 15 days ago
JSON representation

Backend Challenge

Awesome Lists containing this project

README

        

# Safebox API Challenge

This coding challenge was provided by [Rviewer](https://web.archive.org/web/20240425100142/https://rviewer.io/) but now that platform is shut down.

Check the [instructions](INSTRUCTIONS.md) for context about the challenge.

Here you'll find two different implementations:

1. The original implementation following DDD and Hexagonal Architecture, present in the [ddd-hexagonal](https://github.com/backpackerhh/challenge-be-safebox-api-rails/tree/ddd-hexagonal) branch.
2. An implementation following the classical Rails-way, migrated from the DDD implementation, present in the [rails-way](https://github.com/backpackerhh/challenge-be-safebox-api-rails/tree/rails-way) branch.

You'll find details about each implementation in the corresponding branch.