Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :) !!**