Coder Social home page Coder Social logo

zwt-io / building-web-apps-with-spring-5-and-angular Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/building-web-apps-with-spring-5-and-angular

0.0 2.0 0.0 118 KB

Building Web Apps with Spring 5 and Angular, published by Packt

License: MIT License

Dockerfile 0.19% Java 55.97% HTML 10.25% TypeScript 23.27% JavaScript 10.11% CSS 0.15% Batchfile 0.02% Shell 0.02%
poisoning spring angular

building-web-apps-with-spring-5-and-angular's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.