Skip to content

Sudarshan-Gowda/Angular8-SpringBoot-Crud-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular8 SpringBoot Crud Example

Running Spring Boot Application locally

You can then access Spriing Boot Application here: http://localhost:8080/

Running Angular Application locally

You can then access Restfull here: http://localhost:4200/

In case you find a bug/suggested improvement for Spring Restfull Webservices

Our issue tracker is available here: https://github.com/Sudarshan-Gowda/Angular8-SpringBoot-Crud-Example/issues

Working with Angular 8 & Spring Boot

prerequisites

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)

Steps to Clone The Repository Application:

  1. Download this Project from Git.
git clone https://github.com/Sudarshan-Gowda/Angular8-SpringBoot-Crud-Example.git
  1. To Import the Project Using Eclipse or STS
File -> Import -> Maven -> Existing Maven project -> Angular8-SpringBoot-Crud-Example
  1. To Import the Angular project in Visual Studio
File -> Add folder to workspace -> angular-crud-app

Looking for something in particular?

Spring Boot Configuration Class or Java property files
The Main Class Angular8SpringBootCrudExampleApplication
The Main Controller Class UsersController
Properties Files application.properties

Steps to test the application:

To Run the Spring Boot Application:

Install the application, Once it is done start it by running Main class Angular8SpringBootCrudExampleApplication

To Run the Angular Application:

  1. Clone the project from the Git, Once it is successfully installed point the console to the application directory(angular-crud-app).
  2. Install the npm install, Once it is done start it by using npm start using command prompt.
  3. Once the application is successfully installed and started, Can be accessed by using url http://localhost:4200.

Contributing

The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.

About

Basic Crud Example using Angular 8 and Spring Boot 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published