2025-07-14 12:22:13 +07:00
2025-05-20 19:51:22 +07:00
2025-06-15 14:50:12 +07:00
2025-05-20 19:51:22 +07:00
2025-05-20 19:51:22 +07:00
2025-05-20 19:51:22 +07:00
2025-05-23 22:31:02 +07:00
2025-07-02 15:30:28 +07:00

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TaskTraker_Server

Это сервер для приложения TaskTraker. Здесь намеренно удалён класс API_KEYS))). Клиент: https://github.com/Jiga228/TaskTraker.git

ДЛя развёртывания приложения вам необходимо создать класс API_KEYS с полями:

public static final String ADMIN_PASSWORD (Пароль дот админ панели)

public static final String DB_LOGIN (Логин к вашей БД)

public static final String DB_PASSWORD (Пароль к вашей БД)

public static final String DB_URL (Ссылка на БД)
S
Description
No description provided
Readme 80 KiB
Languages
Java 100%