| Version 1 (modified by , 3 weeks ago) ( diff ) |
|---|
- To successfully run the application locally, the following prerequisites and steps must be completed.
- Prerequisites:
. Java JDK 17 or newer
. PostgreSQL
. Maven (or usage of the provided mvnw wrapper)
- Database Configuration
. The application uses a PostgreSQL database.
. The database connection and JPA settings are defined in the file:
src/main/resources/application.properties
. Make sure that a PostgreSQL database named bazi exists and that the provided username and password are valid.
- Running the Application
. Clone the project from GitHub: https://github.com/MalekAlavi/OPLMS-Project
. Open the project in IntelliJ IDEA
. Run the main application class: DbApplication
- Accessing the Application
. After the application starts successfully, it can be accessed via a web browser at:
