This is a web application built with Flask, a Python web framework. The application uses Jinja2 as the template engine, JavaScript and HTML for the front-end, and connects to an Oracle SQL Server.
- Clone the repository to your local machine.
- Install the required packages using pip install -r requirements.txt.
- Create a new Oracle database and update your .env file with your database credentials and other connection details.
- Run the application in Flask's virtual environment system.
The application provides a simple user interface to interact with the Oracle database. Users can perform CRUD (Create, Read, Update, Delete) operations with the provided sample on the database tables using the web interface or can input their own queries for execution.