-
Get the backend APIs from https://github.com/ayshsandu/code-challenge-2023/tree/restAPI and get it hosted in Choreo.
-
Configure Asgardeo as the Identity Provider.
-
Add the following environment variable to the
.env
file located in the directory of this project.REACT_APP_SIGN_IN_REDIRECT_URL=http://localhost:3000 REACT_APP_SIGN_OUT_REDIRECT_URL=http://localhost:3000 REACT_APP_CLIENT_ID=<CLIEN ID of the Application> REACT_APP_BASE_URL=https://api.asgardeo.io/t/<ASGARDEO ORG NAME> REACT_APP_SCOPE=openid email profile urn:ayeshaecomm:ecommercerestapi:update-items urn:ayeshaecomm:ecommercerestapi:add-items REACT_APP_ADD_ITEMS_SCOPE=urn:ayeshaecomm:ecommercerestapi:add-items REACT_APP_RESOURCE_SERVER_URL=<BASE URL of the Backend APIS> REACT_APP_APPLICATION_NAME=<Name of the application registered in Asgardeo>
-
Start the app by
npm start
forked from wx-yz/usecase-1-react-app-template
-
Notifications
You must be signed in to change notification settings - Fork 3
ayshsandu/ecomm-pet-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 90.6%
- HTML 5.6%
- CSS 3.3%
- Other 0.5%