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

https://github.com/arthur-arslanov/project-manager-api

Backend part of https://github.com/Arslanoov/vue-task-manager
https://github.com/arthur-arslanov/project-manager-api

api docker nginx php php7 psr psr-7

Last synced: about 1 year ago
JSON representation

Backend part of https://github.com/Arslanoov/vue-task-manager

Awesome Lists containing this project

README

          

Task Manager API






Written on PSR7 framework







Start the project

make build
make up

Run tests (load fixtures before)

make test

Run linter, code sniffer and static analyzers

make validate