Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamdilip/springboot-jpa-angular1x
A simple Spring boot REST application to create single page application (SPA) using Spring Data JPA - SQL - AngularJS 1.x
https://github.com/tamdilip/springboot-jpa-angular1x
angularjs microservice rest-api spa spring-boot spring-data-jpa springboot-jpa-angular1x sql
Last synced: about 21 hours ago
JSON representation
A simple Spring boot REST application to create single page application (SPA) using Spring Data JPA - SQL - AngularJS 1.x
- Host: GitHub
- URL: https://github.com/tamdilip/springboot-jpa-angular1x
- Owner: tamdilip
- Created: 2017-03-11T10:16:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:00:41.000Z (about 2 years ago)
- Last Synced: 2023-03-08T20:56:19.505Z (almost 2 years ago)
- Topics: angularjs, microservice, rest-api, spa, spring-boot, spring-data-jpa, springboot-jpa-angular1x, sql
- Language: Java
- Homepage: https://springbootangular.onrender.com/
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-jpa-angular1x
[![Live demo](https://img.shields.io/badge/Render-Live%20demo-violet?style=flat-square&logo=render&logoColor=violet)](https://springbootangular.onrender.com) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/tamdilip/springboot-jpa-angular1x)
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`.```sh
$ 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://localhost:8080/
![Index page](https://raw.githubusercontent.com/tamdilip/springboot-jpa-angular1x/master/src/main/resources/static/assets/images/demo-index.png)#### Bookmarks
* [Jack DB](https://app.jackdb.com/editor/EQDZGQfHi0wYZ6pGVQBCkYB1/#)
* [Heroku Logs](https://dashboard.heroku.com/apps/springbootangular/logs)
* [Heroku Deployment](https://exampledriven.wordpress.com/2016/11/04/spring-boot-heroku-example/)
* [Heroku Logs](https://dashboard.heroku.com/apps/springbootangular/logs)**Happy coding :) !!**