Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
No description, website, or topics provided.
TypeScript Java HTML JavaScript CSS
Branch: master
Clone or download
ISSAM GUISSOUMA
Latest commit 2cc1260 Jul 23, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
frontend chore(dependencies): update dependencies Jul 23, 2019
server chore(dependencies): update dependencies Jul 23, 2019
.gitignore chore: Initial commit Apr 17, 2018
README.md Fix path to client project in README Jan 4, 2019
renovate.json Add renovate.json Dec 12, 2018

README.md

Basic CRUD App with Angular 7.0 and Spring Boot 2.0

This example app shows how to build a basic CRUD app with Spring Boot 2.0, GraphQL, SPQR, Apollo Client and Angular 7.0.

Prerequisites: Java 8 and Node.js.

Getting Started

To install this example application, run the following commands:

git clone https://github.com/iguissouma/spring-graphql-apollo-angular.git
cd spring-graphql-apollo-angular

This will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.

To run the server, cd into the server folder and run:

./mvnw spring-boot:run

To run the client, cd into the frontend folder and run:

npm install && npm start

Resources

You can’t perform that action at this time.