Human Resource Management platform
Project is divided into two main components:
- REST API that provides an implementation of traditional Model View Controller pattern. Also, implementation of REST API follows SOLID principles and it is utilizing Repository design pattern as an abstraction of the data layer and second for centralising the handling of the domain objects..
- Frontend that is implemented using Vue.js.