Giter Site home page Giter Site logo

swenggmanjeet / springboot-angular6-angular-material-postgresql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luckyp71/springboot-angular6-angular-material-postgresql

0.0 0.0 0.0 185 KB

Springboot, Angular 6, and PostgreSQL Example

Java 41.62% JavaScript 4.75% TypeScript 40.88% HTML 11.89% CSS 0.87%

springboot-angular6-angular-material-postgresql's Introduction

Springboot 2, Angular6, and Postgresql Integration Example

This repository is a simple example on how to integrate Springboot 2 with Angular 6 through RESTful webservice.

Prerequisites

1. JDK 1.8

2. Eclipse

3. Maven

3. Angular 6

4. Angular Material

5. Spring Boot 2.0.2.RELEASE

6 Spring Data JPA

7. PostgreSQL

The repository contains two separate apps i.e. customer-angular (frontend) and customer-springboot (backend). The interaction of these two apps is achieved through RESTful webservice, in which the customer-angular is a REST consumer and the rest is a REST provider. The customer-springboot used spring data jpa in handling DDL and DML, but instead of applying all its DML's default methods, I defined a custom query using spring data jpa's query annotation.

Notes:

1. I left the customer-angular's port by its default i.e. 4200 and customer-springboot's port is 8090 (you could change this in application.properties).

2. You need also change the postgres's user credetial to your own credential in application.properties

3. If the customer-angular app won't run, try to solve the issue by executing npm install in customer-angular root directory.

springboot-angular6-angular-material-postgresql's People

Contributors

luckyp71 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.