Skip to content

stas-bukovskiy/task-manager

Repository files navigation

task-manager (backend)

Running

Pre-requirements

  • Docker
  • Make

Environment variables

In order to customize application configuration, you can use environment variables that are listed in the .dev.env or .docker.env files

Run in docker

To run the project with docker compose, you need to run the following command:

make prod-up

To stop the project, you need to run the following command:

make prod-down

Run with IDE or gradle

To run the project in a local environment, you need to run the following command.

make local-up

After that, you can run with IDE or grade command:

male local-run

To stop the project, you need to run the following command:

make local-down

About

Collaborative Task Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages