Coder Social home page Coder Social logo

dystudio / full-stack-development-with-jhipster Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/full-stack-development-with-jhipster

0.0 2.0 0.0 633 KB

Full Stack Development with JHipster, published by Packt

License: MIT License

JavaScript 14.36% Dockerfile 0.44% HTML 14.44% TypeScript 31.11% CSS 4.03% Groovy 0.25% Java 35.37%

full-stack-development-with-jhipster's Introduction

Full Stack Development with JHipster

This is the code repository for Full Stack Development with JHipster, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

JHipster is a development platform to generate, develop, and deploy Spring Boot and Angular/React applications and Spring microservices. It provides you with a variety of tools that will help you quickly build modern web applications. This book will be your guide to building full stack applications with Spring and Angular using the JHipster tool set.

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.

All code files are placed in their respective folders.

Chapters 1, 2, 8, and 14 do not contain code files.

The code will look like the following:

entity Product {
     name String required
     description String
     price BigDecimal required min(0)
     size Size required
     image ImageBlob
}
enum Size {
     S, M, L, XL, XXL
}
entity ProductCategory {
     name String required
     description String
}

To get the most out of this book, you will need to know basics of the following technologies: *Web technologies (HTML, JavaScript, and CSS) *Java 8 *Basics of the Spring Framework *Basic understanding of SQL databases *Build tools (Maven or Gradle) *NPM or Yarn It will also be easier if you are familiar with using technologies such as Docker and Kubernetes, as it will help you grasp some of the chapters easily. You will also need JDK8, Git, Docker, and NodeJS installed; your favorite web browser; a terminal application; and your favorite code editor/IDE.

Related Products

full-stack-development-with-jhipster's People

Contributors

adhithya21 avatar

Watchers

 avatar  avatar

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.