A lightweight ‘Identity Governance and Administration’ solution for any company.
- Rename the .env-example to .env
- Insert the necessary infos
- Create two shell instances: Paste in the 1st one:
cd ./backend
npm install
npm start
Paste in the 2nd one:
cd ./frontend
npm install
quasar dev