zemantic / fhir-auth-frontend

Front end for the FHIR auth server

Home Page:https://zemantic.co/fhir-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FHIR Auth Frontend

GitHub GitHub issues

This repository is for development of FHIR Auth server's frontend. FHIR Auth frontend is not a standalone application but a user interface for the FHIR Auth server.

Read more about FHIR Auth server

FHIR Auth is a robust authenthication and authorization server to be used alongside with a FHIR server.

Documentation can be found for FHIR auth server and FHIR auth frontend here - https://zemantic.co/docs/

Installation

Clone respositroy

  git clone https://github.com/zemantic/fhir-auth-frontend
  cd fhir-auth-frontend

Install dependencies

npm install

Run with npm

npm run dev

Type-Check, Compile and Minify for Production

npm run build

More details about setting up FHIR Auth server and frontend can be found in documentation page

Tech Stack

FHIR Auth frontend is developed with Vue3 and ViteJs.

About

Front end for the FHIR auth server

https://zemantic.co/fhir-auth

License:GNU Affero General Public License v3.0


Languages

Language:Vue 95.4%Language:TypeScript 3.6%Language:JavaScript 0.6%Language:HTML 0.3%Language:CSS 0.1%