All Projects → guylabs → Angular Spring Data Rest Sample

guylabs / Angular Spring Data Rest Sample

Licence: mit
Spring Boot based sample project for the https://github.com/guylabs/angular-spring-data-rest Angular module.

Projects that are alternatives of or similar to Angular Spring Data Rest Sample

Spring Backend Boilerplate
The modularized backend boilerplate based on Spring Boot Framework, easy to get started and add your business part.
Stars: ✭ 134 (+644.44%)
Mutual labels:  spring-data, spring-boot
Spring Streaming
SPA on Spring Boot 1.x, WebSockets and React, gradle, nodejs, spring-boot, gradle multi project, spring-mvc, spring-data, gradle dependency update plugin, react-router
Stars: ✭ 6 (-66.67%)
Mutual labels:  spring-data, spring-boot
Ebook Chat App Spring Websocket Cassandra Redis Rabbitmq
Pro Java Clustering and Scalability: Building Real-Time Apps with Spring, Cassandra, Redis, WebSocket and RabbitMQ
Stars: ✭ 186 (+933.33%)
Mutual labels:  spring-data, spring-boot
Springboot Registration Login Theperfectexample
Login & Signup tutorial for every website ,mixes a lot of microservices together with the latest spring framework api in combined with full security
Stars: ✭ 89 (+394.44%)
Mutual labels:  spring-data, spring-boot
Azure Spring Boot
Spring Boot Starters for Azure services
Stars: ✭ 352 (+1855.56%)
Mutual labels:  spring-data, spring-boot
Springbootsample
spring boot sample source
Stars: ✭ 95 (+427.78%)
Mutual labels:  spring-data, spring-boot
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (+1133.33%)
Mutual labels:  spring-data, spring-boot
Spring Boot Building Api Backend
Code of the 'Practical Guide to Building an API Back End with Spring Boot' book
Stars: ✭ 69 (+283.33%)
Mutual labels:  spring-data, spring-boot
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+1616.67%)
Mutual labels:  spring-data, spring-boot
Atom
Java course materials
Stars: ✭ 293 (+1527.78%)
Mutual labels:  spring-data, spring-boot
Spring 5 Examples
This repository is contains spring-boot 2 / spring framework 5 project examples. Using reactive programming model / paradigm and Kotlin
Stars: ✭ 87 (+383.33%)
Mutual labels:  spring-data, spring-boot
Spring Boot Tutorial
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc
Stars: ✭ 482 (+2577.78%)
Mutual labels:  spring-data, spring-boot
Pybbs
更实用的Java开发的社区(论坛),Better use of Java development community (forum)
Stars: ✭ 1,242 (+6800%)
Mutual labels:  spring-data, spring-boot
Nb Springboot
NetBeans IDE plugin supporting programming with Spring Boot
Stars: ✭ 111 (+516.67%)
Mutual labels:  spring-data, spring-boot
Spring Boot Angular4 Authentication
spring-boot and angular 4 basic authentication with spring security
Stars: ✭ 74 (+311.11%)
Mutual labels:  spring-data, spring-boot
Awesome Spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Stars: ✭ 186 (+933.33%)
Mutual labels:  spring-data, spring-boot
Spring Boot Fx
🎈Spring Boot, JavaFX, bootstrap3, mongoDB
Stars: ✭ 57 (+216.67%)
Mutual labels:  spring-data, spring-boot
Elasticsearch Spring Boot Spring Data
🏆 Starter example for using Elasticsearch repository with Springboot
Stars: ✭ 65 (+261.11%)
Mutual labels:  spring-data, spring-boot
Spring Boot Spring Security Jwt Authentication
Spring Boot + Security: Token Based Authentication example with JWT, Authorization, Spring Data & MySQL
Stars: ✭ 292 (+1522.22%)
Mutual labels:  spring-data, spring-boot
Celerio Angular Quickstart
Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Stars: ✭ 483 (+2583.33%)
Mutual labels:  spring-data, spring-boot

angular-spring-data-rest-sample

Spring Boot based sample project for the https://github.com/guylabs/angular-spring-data-rest Angular module. Feel free to adapt the sample and maybe create a pull request with your own sample. I would be happy about any contribution or any feedback.

Screenshot

How to start

First you need to have nodejs and the node plugin bower installed to be able to run the sample. Next execute the following commands inside a terminal and then open up a browser and connect to http://localhost:8080. (check that no other application is running on port 8080)

Mac OSX / Linux
git clone https://github.com/guylabs/angular-spring-data-rest-sample.git
cd angular-spring-data-rest-sample
npm install
bower install
./gradlew run
Windows
git clone https://github.com/guylabs/angular-spring-data-rest-sample.git
cd angular-spring-data-rest-sample
npm install
bower install
gradlew.bat run

Acknowledgements

I used the following blog post as starting point to create the project with npm, bower and grunt:

License

This sample is available under the MIT license.

(c) All rights reserved Guy Brand

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].