AlexKopen / Reiser-Relief-Admin

Administrative portal for reiserrelief.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reiser-Relief-Admin

The administrative portal for reiserrelief.org.

Installation

In your Auth0 administrative portal, create a new client and API as well as a new user to login with. Add http://localhost:4200/callback to your Allowed Callback URLs in your newly created Auth0 client.

Install project dependencies.

npm install

Under the src/app/shared directory, rename auth-config.ts.example to auth-config.ts and set your CLIENT_ID, CLIENT_DOMAIN, and AUDIENCE to the values provided in your Auth0 administrative portal.

Usage

npm start

Login with an authorized user. The /dashboard endpoint is only accessible when a user is logged in.

About

Administrative portal for reiserrelief.org


Languages

Language:TypeScript 66.4%Language:HTML 23.9%Language:CSS 7.6%Language:JavaScript 2.1%