main
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 (Ссылка на БД)
Languages
Java
100%