Welcome to the Choreo Hotel Reservation App! This application is designed to help you get familiar with the Choreo platform and its features.
This application has a front end developed using React.js and an API service implemented using NodeJs to demo a simple hotel reservation use case.
The repository is structured into distinct sections:
- Frontend: React web frontend with auth handled through Choreo itself.
- Backend: Backend microservice that handles the application logic
To engage with these examples:
- Fork the Repository: Begin by forking this repository to your GitHub account.
- Clone Your Forked Repository:
git clone [URL of your forked repository]
- Log into Choreo
- Create a project
- Create a service type component with NodeJs preset for backend component
- Create a webapp type component with React preset for frontend component
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.