Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 970 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 970 Bytes

Task Manager

Actions Status Main Maintainability Сodecov

Task manager written in Laravel

Deployed project: Task Manager

Requirements

  • Make
  • Docker and Docker Compose

Setup

make compose-setup

Start app locally

make compose

Run tests and linter

make compose-test