Description
- Java LTS 21 or higher;
- PostgreSQL 16 or higher
- Clone the repository:
git clone https://github.com/MinoUni/ArkBase.git
- Create
.env
file in project root and add environment variables:
DB_URL=<database-url>
DB_USERNAME=<username>
DB_PASSWORD=<password>
Create Maven
with spring-boot:run
command configuration(if you use IDE), or:
./mvnw spring-boot:run
- Fork the repository.
- Create a new branch:
git checkout -b <feature-name>
. - Make your changes.
- Push your branch:
git push origin <feature-name>
. - Create a pull request to
main
branch.