GitXplorerGitXplorer
P

Building-Web-Apps-with-Spring-5-and-Angular

public
53 stars
42 forks
3 issues

Commits

List of commits on branch master.
Unverified
0071a5337428306bc3d1a679e06716c72b9cb1ca

remove $5 campaign

PPackt-ITService committed 4 years ago
Unverified
2a710256d438606683e7994ded5664e416166e08

add $5 campaign

PPackt-ITService committed 4 years ago
Unverified
0fd00172f3da6460735a0570a09656654265117a

add $5 campaign

PPackt-ITService committed 4 years ago
Verified
6dec7be000e030179111126901ffa216bee7729e

Update README.md

ddominicpereira92 committed 7 years ago
Unverified
4fd71a09cf4b22245748ec9f028574e4c15cf411

Code files added

ppacktpavanr committed 7 years ago
Unverified
aefb70ee180154fd4864e5f4ac8880ed56d15eb7

Code files added

ppacktpavanr committed 7 years ago

README

The README file for this repository.

Building Web Apps with Spring 5 and Angular

This is the code repository for Building Web Apps with Spring 5 and Angular, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Spring is the most popular application development framework being adopted by millions of developers around the world to create high performing, easily testable, reusable code. Its lightweight nature and extensibility helps you write robust and highly-scalable server-side web applications. Coupled with the power and efficiency of Angular, creating web applications has never been easier.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Readers can refer to the full source code (Spring and Angular) for the HealthApp developed across the book. The source code is provided with this code bundle.

The code will look like the following:

@RequestMapping("/")
String home() {
    return "Hello world. How are you?";
}
public static void main(String[] args) {
    SpringApplication.run(HelloWorldApplication.class, args);
}

To execute the codes in this book and run the application, you will need to have Java, Angular, Docker, Jenkins, and GitLab configured in your system. You will also require JavaScript IDEs and Eclipse for developing codes in Java, Spring, Hibernate, and Angular.

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787284661