You can then access Spriing Boot Application here: http://localhost:8080/
You can then access Restfull here: http://localhost:4200/
Our issue tracker is available here: https://github.com/Sudarshan-Gowda/Angular8-SpringBoot-Crud-Example/issues
The following items should be installed in your system:
- Eclipse - Spring Tool Suite or Mars
- Server - Apache tomcat 7
- Visual Studio for Angular Repo Import (Optional)
- Install Node JS (https://nodejs.org)
- Install Angular CLI (npm install -g @angular/cli)
- Download this Project from Git.
git clone https://github.com/Sudarshan-Gowda/Angular8-SpringBoot-Crud-Example.git
- To Import the Project Using Eclipse or STS
File -> Import -> Maven -> Existing Maven project -> Angular8-SpringBoot-Crud-Example
- To Import the Angular project in Visual Studio
File -> Add folder to workspace -> angular-crud-app
Spring Boot Configuration | Class or Java property files |
---|---|
The Main Class | Angular8SpringBootCrudExampleApplication |
The Main Controller Class | UsersController |
Properties Files | application.properties |
Install the application, Once it is done start it by running Main class Angular8SpringBootCrudExampleApplication
- Clone the project from the Git, Once it is successfully installed point the console to the application directory(
angular-crud-app
). - Install the
npm install
, Once it is done start it by usingnpm start
using command prompt. - Once the application is successfully installed and started, Can be accessed by using url
http://localhost:4200
.
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.