Skip to content

Default Docker setup which includes Keycloak, React application, .NET Core API and MSSQL DB

License

Notifications You must be signed in to change notification settings

Fosol/keycloak-react

Repository files navigation

Keycloak Basic Web Application with API

This mono-repo provides a quick way to get a containerized web application solution started that includes the following components;

  • Keycloak
  • React
  • .NET Core API
  • MSSQL DB

Components

Each component requires an appropriate .env file created at the following locations. Each component README describes the configuration requirements.

Component Path Description
Keycloak /auth/keycloak/.env Provides authentication and authorization with Oauth and OIDC
Application /app/.env React web application with typescript
API /api/src/.env .NET Core 3.1 RESTful API
Database /database/mssql/.env MSSQL 2019 linux based database

About

Default Docker setup which includes Keycloak, React application, .NET Core API and MSSQL DB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published