An open API service indexing awesome lists of open source software.

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

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!

Screen Shot 2023-03-09 at 6 42 07 PM

## 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. |