re #36 drop localization from backend
re #44 add DB migration engine
#52
re #33: modify backend app to load configuration from environment variables; locally loaded by docker-compose from .env file
re #29 backend implementation of Google OAuth2 authentication
Includes new user registration.
Fixed is not able to set lower number of sick day than is already taken
Fixed a taking vacation for the same day.
Cannot take a vacation in past, refactor VacationDay to Vacation in domain package
Messages
Handle different or non inputs, unit tests, error messages
Documentation domain and dto, unit test domain, error input domain
Re #7530 Get 'vacation' and 'overtime' from input xlsx file
Re #7477 Edited endpoints and created mock manager for data
Re #7386 Implemented APIs endpoints with DTOs