/SpringbootAngularTestRepo

SpringbootAngularTestRepo

Primary LanguageJava

Spring Boot Angular 12 Test Project

This is a spring boot - angular 12 project which is a CRUD Application, that has these features implemented:

  1. Angular ngx-Pagination,
  2. Dynamic search using First Name,
  3. Sorting based on Employee Id
  4. AOP AspectJ logging to handle Around and AfterThrowing Exceptions,
  5. Custom validations for Date and Email,
  6. Support for Data Schema creation and data initialization at the time of boot
  7. Custom Exception Handling,
  8. Enabled Caching
  9. Swagger documentation for all the entities, endpoints and controllers

Coming soon:

  1. Cascading Dropdowns for Country, State, City
  2. Spirng Security + JWT + Angular Login
  3. Docker Container support
  4. AWS Cloud Deployment

Main Page

image

Employee First Name Search

image

Create Employee Page

image

Employee Details Page

image

Update Employee Page

image

Credits: This was inspired from Java Guides