The wildtac is small shop that was created by @Brazilianian and @VladLennin
Current application is back-side of the web-site created by @Brazillian. The current rest-application was written in java lang and created via Spring Framework. Current app can show you basic principles of using:
- Authentication based JWT (access token and refresh token using httpOnly Cookie)
- Https protocol (For using cookies cross different domain sites)
- Dto models and validation of fields
- Custom exceptions and Exception Handlers
- Mappers for convertins dto models to entities using ModelMapper Library
My main aim not only create the site but try to create the Java application on Spring Framework with much as possible clean code, using design patterns and basic rules and principles of developing Web Applications.