https://github.com/xmlking/grails-angular-microservices
bunch of Grails 3 microservices used as backends for Angular SPA front-end
https://github.com/xmlking/grails-angular-microservices
Last synced: 10 months ago
JSON representation
bunch of Grails 3 microservices used as backends for Angular SPA front-end
- Host: GitHub
- URL: https://github.com/xmlking/grails-angular-microservices
- Owner: xmlking
- Created: 2015-05-26T18:54:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T06:45:12.000Z (over 10 years ago)
- Last Synced: 2025-01-30T05:43:23.229Z (12 months ago)
- Language: Groovy
- Size: 398 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Grails - Angular - MongoDB polyglot (Work-In-Progress)
1. auth server
2. rest resource
5. async resource
4. batch resource
5. angular SPA (UI)
Grails microservices security with OAuth / JWT demo
Client: SPA (Angular)
gradle auth-server:run
gradle auth-server:clean
gradle grails-rest:run
gradle grails-rest:clean
To start the MongoDB
```bash
mongod --config data/mongod.conf
```
curl -H "Accept: application/json" user:password@localhost:8080/oauth/token -d grant_type=client_credentials
[]
Ref: https://github.com/dsyer/spring-security-angular/tree/master/oauth2