Skip to content

XSAUC3/IAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiam

Kavalus Identity and Access Management

Steps to configure and Start the KIAM on your local machine

start each step in seperate commandLine window !

  1. cd to Mongo Bin folder port:27017
    |==> ./mongod --dbpath path/to/the/db/folder-of-the-project --auth
  2. cd to engine port:4300
    |==> npm install
    |==> npm start
  3. cd to codeBase/server port:3000
    |==> npm install
    |==> npm start
  4. cd to codeBase/angular-src port:4200
    |==> npm install
    |==> ng serve
  5. open Browser with address http://localhost:4200/
    default : username: admin , password:admin123.

About

Identity Accesses Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published