Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eric-souzams/spring-angular-api-client
- Owner: eric-souzams
- Created: 2022-12-21T18:04:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T15:41:14.000Z (about 2 years ago)
- Last Synced: 2023-11-28T03:28:24.969Z (about 1 year ago)
- Topics: angular, angular2, angular9, angularjs, jwt, lombok, oauth2, spring, spring-boot, spring-data-jpa
- Language: CSS
- Homepage:
- Size: 692 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.