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
- Host: GitHub
- URL: https://github.com/arthur-arslanov/project-manager-api
- Owner: arthur-arslanov
- Created: 2021-01-08T17:11:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T10:13:52.000Z (over 4 years ago)
- Last Synced: 2025-02-07T12:13:50.074Z (over 1 year ago)
- Topics: api, docker, nginx, php, php7, psr, psr-7
- Language: PHP
- Homepage:
- Size: 2.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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