/Spring-Boot-Angular-6

A demo app/template to get started with Spring-Boot Web for backend and Angular 6 for the frontend.

Primary LanguageTypeScript

Spring Boot API with Angular UI

This example app shows how to create a Spring Boot API and display its data with an Angular UI.

Prerequisites: Java 8 and Node.js.

Getting Started

To install this example application, run the following commands:

git clone https://github.com/STG-247/Spring-Boot-Angular-6.git
cd Spring-Boot-Angular-6

This will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.

To run the backend, cd into the spring-boot-app folder and run:

./mvnw spring-boot:run

To run the frontend, cd into the angular6App folder and run:

npm install && npm start

License

Apache 2.0, see LICENSE.