Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.48 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.48 KB

Database Management Application with Java Spring Boot and Oracle

Overview

This project is a Java Spring Boot application designed to manage a database with CRUD operations on each table and various queries for insightful database analysis. The application utilizes an Oracle database, communicates with it using JDBC templates, and features a user-friendly interface built with Bootstrap.

Visual representation

Home page

Crud op

Furnizori

Installation and Usage Instructions (for End-Users)

To use this application, follow these steps:

  1. Clone the repository to your local machine.
  2. Ensure you have Java and Maven installed.
  3. Configure the Oracle database connection properties in the application.properties file.
  4. Run the application using mvn spring-boot:run.
  5. Access the application through your browser at http://localhost:8080.

Installation and Usage Instructions (for Contributors)

If you want to contribute to the development of this project, follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
  3. Ensure you have Java and Maven installed.
  4. Configure the Oracle database connection properties in the application.properties file.
  5. Make your changes and create a pull request.