This is an implementation of Hexagonal Architecture as objective to learn more about software architecture by hands on. With this architecture all layers was tested independently and easily, an elegance way to accomplish decoupling of code.
- Clone the repository:
git clone https://github.com/kauanmocelin/hexagonal-architecture.git
- Enter the project folder:
cd hexagonal-architecture
- Build the project using Maven:
./mvnw clean install
The application should now be up and running locally.
Kauan Mocelin