Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 322 Bytes

File metadata and controls

21 lines (20 loc) · 322 Bytes

CRUD-Angular-SpringBoot

Rest API runs on

http://localhost:9095/api/v1/employees

meanwhile Angular part runs as usual on

http://localhost:4200/ 

technologies were used:

Frontend

  • Angular
  • Bootstrap

Backend

  • Spring Boot
  • Spring Data JPA (Hibernate)
  • PostgreSQL
  • Flyway
  • Lombok
  • Maven