This project demonstrates how to perform CRUD (Create, Read, Update, Delete) operations in a React.js application using an Oracle database as the backend. It provides a basic structure and functionality to interact with the database.
React.js CRUD to Oracle Database
This project demonstrates how to perform CRUD (Create, Read, Update, Delete) operations in a React.js application using an Oracle database as the backend. It provides a basic structure and functionality to interact with the database. Prerequisites
Before running the project, ensure you have the following prerequisites installed on your machine:
Node.js (version 12 or higher)
Oracle Database (with necessary credentials and access privileges)
Oracle Instant Client (for connecting to the Oracle Database)
git clone <repository-url>
cd react-js
npm install
npm run dev