This project aims to create a simple REST api for registering Star Wars saga planets developed with Spring Boot.
- 12 Factor (Codebase, config, port biding and others...)
- Development environment with docker, fully independent (developing directly in the container)
- Clean Architecture (the core domain independent of the framework and any external dependencies)
- Github Workflow (in progress...)