Skip to content

backpackerhh/challenge-be-safebox-api-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safebox API Challenge

This coding challenge was provided by Rviewer but now that platform is shut down.

Check the instructions 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 branch.
  2. An implementation following the classical Rails-way, migrated from the DDD implementation, present in the rails-way branch.

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