Skip to content

fajarhikmal214/keycloak-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keycloak Auth

Quick Start

Clone the project:

$ git clone https://github.com/fajarhikmal214/keycloak-auth
$ cd keycloak-auth

Duplicate Every Environment Files :

$ cd keycloak-auth && cp .env.example .env && cd ../
$ cd sidebar-api && cp .env.example .env && cd ../
$ cd sumedang-app && cp .env.example .env

Setup Keyloack

  • Run Keycloak
$ cd keycloak-auth
$ docker-compose up --build -d
  • Setup Keycloak
$ Resource Not Found :(

How to Run

  • Installing Dependencies And Run Server (sidebar-api)
$ cd sidebar-api
$ npm install

$ cd sidebar-api
$ ts-node index.ts
  • Installing Dependencies And Run Client (sumedang-app)
$ cd sumedang-app
$ npm install

$ cd sumedang-app
$ ts-node index.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published