Skip to content

MinoUni/ArkBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArkBase

Description

Table of Contents

Prerequisites

  • Java LTS 21 or higher;
  • PostgreSQL 16 or higher

Installation

  1. Clone the repository:
git clone https://github.com/MinoUni/ArkBase.git
  1. Create .env file in project root and add environment variables:
DB_URL=<database-url>
DB_USERNAME=<username>
DB_PASSWORD=<password>

How to run (locally)

Create Maven with spring-boot:run command configuration(if you use IDE), or:

./mvnw spring-boot:run 

Database schema

Database schema ver1.0

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b <feature-name>.
  3. Make your changes.
  4. Push your branch: git push origin <feature-name>.
  5. Create a pull request to main branch.

About

Pet project based on Arknights mobile game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages