Repo containing sample apps covering Asgardeo Integration use-cases.
App | Access URL |
---|---|
Happy Pets | https://happy-pets-demo.web.app |
Netflix | https://nflx-demo.web.app |
Drogo NFT | https://drogo-nft-demo.web.app |
- Install NodeJS from https://nodejs.org/en/download/.
- Yarn
npm install -g yarn
yarn
yarn build
cd apps/netflix
yarn start
cd apps/happy-pets
yarn start
cd apps/drogo-nft
yarn start
If you would like to contribute to the project by adding new integration apps, follow the CONTRIBUTING guide.