Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eric-souzams/spring-angular-api-client

App Client and API using Angular 9 + Spring Boot
https://github.com/eric-souzams/spring-angular-api-client

angular angular2 angular9 angularjs jwt lombok oauth2 spring spring-boot spring-data-jpa

Last synced: about 1 month ago
JSON representation

App Client and API using Angular 9 + Spring Boot

Awesome Lists containing this project

README

        

SPA with Angular & Spring Boot


Preview   |   
Technologies   |   
Build   |   
Contributing

## Preview
```
Coming soon
```

## Technologies
This project was developed using the following technologies:
- [Angular JS]()
- [Spring Boot]()
- [Spring Data JPA]()
- [MySQL]()
- [Lombok]()
- [OAuth]()
- [JWT]()

## Building
You'll need [Java 11+](https://www.oracle.com/br/java/technologies/javase-jdk11-downloads.html) and [Maven](https://maven.apache.org/download.cgi) installed on your computer in order to build this app.

```bash
$ git clone https://github.com/eric-souzams/spring-angular-api-client.git
$ cd spring-angular-api-client/clients
$ mvn install
$ mvn spring-boot:run

$ cd spring-angular-api-client/clients-app
$ npm i --save
$ ng serve
```

## Contributing
This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.