This is an Angular frontend project that interacts with a Spring Boot API. The project requires Node.js and Angular CLI for development and build purposes.
Before running the project, ensure you have the following installed:
- Node.js and npm: Download and install from here.
- Angular CLI: Install globally using npm:
npm install -g @angular/cli
-
Install dependencies:
npm install
-
Ensure the backend is running and accessible.
-
Start the Angular development server:
ng serve
-
Open your browser and navigate to
http://localhost:4200
.