An open API service indexing awesome lists of open source software.

https://github.com/sh1baaaaa/task-management-system

Task Management System is a project that implements the ability to create tasks, edit them, and assign performers.
https://github.com/sh1baaaaa/task-management-system

java spring spring-boot spring-data task-management task-manager task-scheduler tasks

Last synced: 2 months ago
JSON representation

Task Management System is a project that implements the ability to create tasks, edit them, and assign performers.

Awesome Lists containing this project

README

          

Менеджер задач


Локальный запуск проекта


Требования:



  • Docker


  • Docker Compose


  • Java 17



Подъем dev-среды:



  1. Клонировать репозиторий с проектом.



  2. Зайти в cmd и перейти в директорию проекта


    cd [полный путь до директории]).


  3. Собрать проект командой


    gradlew build.


  4. Выполнить команду


    docker-compose up --build в директории проекта.

  5. Подождать, пока контейнеры не будут запущены.



Проверка:




  1. Открыть в браузере


    http://localhost:8081/swagger-ui/index.html?continue=#/ для проверки приложения.

    (Должен открыться Swagger)


Остановка dev-среды:




  1. Выполнить команду


    docker-compose down в директории проекта.