okanasl / Ionic_IdentityServer4

Ionic4 Client with IdentityServer4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic 4 and IdentityServer Starter

IdentityServer4, Ionic 4, Oidc

Pre-Generated with MicroBoiler

Getting started

# Clone the repository
git clone git@github.com:DooMachine/Ionic_IdentityServer4.git
cd Ionic_IdentityServer4

# Set your ASPNETCORE_ENVIRONMENT environment to Development
# Remove this git config
rm -rf .git 
# Start Your PostgreSql
Set your postgresql username and password in MicroStarter.Identity/src/Host/Startup.cs
# run migrations 
bash migrations.dev.sh (linux - mac)
bash update.dev.sh (linux - mac)
# start identity server with seed option to populate configuration
cd MicroStarter.Identity/src/Host
dotnet run /seed
# start ionic with cordova () 
cd ionic_4_cli
ionic cordova run browser -l

About

Ionic4 Client with IdentityServer4


Languages

Language:C# 92.6%Language:TypeScript 3.3%Language:CSS 1.9%Language:HTML 1.0%Language:Shell 0.6%Language:JavaScript 0.3%Language:Dockerfile 0.2%