First time coding frontend in Angular with Java Spring Boot backend. Application allows simple CRUD operations on the Employee Class.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This project was generated with Angular CLI version 21.7.1
Navigate to the ./employeemanager folder and then run gradle build
and gradle run
commands in your terminal
Navigate first to the ./frontend folder in the terminal and then run ng serve
for a dev server.
Navigate to http://localhost:4200/
.
The app will automatically reload if you change any of the source files.