Repossify is a Maven repository designed for the efficient management, storage, and distribution of Java artifacts. The backend is fully implemented in Java, ensuring robustness, scalability, and full compatibility with the standard Maven ecosystem.
Follow the steps below to configure and run the project.
Prerequisites
Before getting started, ensure you have the following installed:
- Java Development Kit (JDK) 21
To start with the setup you have to donwload the latest version of repossify, you will find it in releases and donwload the last one.
Once you have the jar file place it in the folder you want to create the project.
To setup the files, database (SQLite) & config files execute this command.
java -jar .\repossify-1.0.0.jar --initOnce finished you can run the aplication with this command.
java -jar .\repossify-1.0.0.jarThe default configuration for running the aplication is:
- PORT ➜
8080 - HOSTNAME ➜
127.0.0.1
If you want to see all the params you have open the docs
