Welcome to the Choreo Book List Application sample! This application is designed to help you get familiar with the Choreo platform and its features.
This application is a multi-user book list manager. It allows multiple users to maintain their own book lists independently. Each user can add, remove, and view books in their personal book list. It's built using the Choreo platform, showcasing its capabilities in building and deploying multi-user web applications.
Directory | Description |
---|---|
reading-list-front-end | React web frontend with auth handled through Choreo itself. |
reading-list-front-end-with-managed-auth | React web frontend with auth handled through Asgardeo (Similar to using any third party IDP). |
reading-list-service | Backend microservice that handles the application logic |
NOTE: Frontend and Frontend with managed auth showcase implementing the same frontend using a third party IDP for auth or using the Choreo built in auth implementation.
To engage with these examples:
- Fork the Repository: Begin by forking this repository to your GitHub account.
- Log into Choreo.
- Create a mono repo project with React build preset for frontend components and NodeJS for backend component.
Please refer to the Choreo documentation Deploy a Web Application that Consumes a Backend Service to learn more.
We greatly value community insights:
- Contribute: Got a new example or an enhancement? We'd love to incorporate it.
- Feedback: Encounter issues or have suggestions? Please raise them under this repository's issues section.