Installation and Setup
Clone the Repository
Configure the .env
File
Copy the content of .env.example
to a new file named .env
in the root of the project:
Then, open the .env
file and update the placeholder values with your PostgreSQL database configuration details:
Build and Run the Project
Ensure you have Gradle installed. Then, execute:
The server will start on the port specified in the .env
file.