Skip to content

A simple Spring boot REST application to create single page application (SPA) using Spring Data JPA - SQL - AngularJS 1.x

Notifications You must be signed in to change notification settings

tamdilip/springboot-jpa-angular1x

Repository files navigation

springboot-jpa-angular1x

Live demo Gitpod Ready-to-Code

Baby steps as a developer at the start of career, building a simple Spring boot REST application to create single page application (SPA) and deployed in Heroku platform.

Things used

  • JAVA 8
  • Spring-boot
  • Spring Data JPA
  • Postgresql / Derby / MySQL
  • AngularJS 1.x

Local Setup and installation

Update to pom.xml to uncomment and include derby dependency for instant setup with the use of embedded database and also necessary things in application.properties.

        $ git clone https://github.com/tamdilip/springboot-jpa-angular1x.git
        $ cd springboot-jpa-angular1x
        $ mvn spring-boot:run

Preview

Application should be running by default in port 8080. Hit - http:https://localhost:8080/ Index page

Bookmarks

Happy coding :) !!