https://github.com/erikwegner/bffssrng
Angular with server side rendering and a backend for frontend
https://github.com/erikwegner/bffssrng
angular bff openid-connect
Last synced: about 1 month ago
JSON representation
Angular with server side rendering and a backend for frontend
- Host: GitHub
- URL: https://github.com/erikwegner/bffssrng
- Owner: ErikWegner
- Created: 2022-07-30T21:58:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T21:58:50.000Z (almost 4 years ago)
- Last Synced: 2025-07-10T18:23:25.412Z (12 months ago)
- Topics: angular, bff, openid-connect
- Language: TypeScript
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# BFF SSR NG
* Backend for frontend
* Server side rendering
* Angular frontend
## Development setup
* Frontend served by [universal development server](https://angular.io/guide/universal)
* Backend implemented as [Express API](https://www.npmjs.com/package/generator-express-no-stress-typescript)
* Identity provider: [Keycloak](https://keycloak.org)
Open http://localhost:4200/ and login with username `alice` and password `alice`.