https://github.com/yugabytedb-samples/yugarentals
Movie rentals dashboard application written in ReactJS, Node.js and YugabyteDB
https://github.com/yugabytedb-samples/yugarentals
Last synced: 6 months ago
JSON representation
Movie rentals dashboard application written in ReactJS, Node.js and YugabyteDB
- Host: GitHub
- URL: https://github.com/yugabytedb-samples/yugarentals
- Owner: YugabyteDB-Samples
- Created: 2023-03-10T02:15:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T19:40:53.000Z (about 2 years ago)
- Last Synced: 2025-06-07T20:03:54.178Z (about 1 year ago)
- Language: PLpgSQL
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YugaRentals
Movie rentals dashboard application written in ReactJS, Node.js and YugabyteDB (or Oracle Database). This application utilizes the popular [Sakila](https://github.com/jOOQ/sakila) schema.
Interested in implementing a missing feature? Pull requests are welcomed!

## Deployment Options
The application can be started in several environments. Each deployment option can be configured to run with local or cloud-based database deployments.
| Deployment Type | Description |
| --------------------------------------------------- | :--------------------------------------------------------------------------------------------------- |
| [Dockerized Deployment](local_deployment_docker.md) | Deploy the entire app with all the components (React.js, Node.js, YugabyteDB) on your local machine. |
| [Manual Installation](local_deployment.md) | Deploy the application manually on your local machine. |