Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arslanoov/project-manager-api
Backend part of https://github.com/Arslanoov/vue-task-manager
https://github.com/arslanoov/project-manager-api
api docker nginx php php7 psr psr-7
Last synced: 2 months ago
JSON representation
Backend part of https://github.com/Arslanoov/vue-task-manager
- Host: GitHub
- URL: https://github.com/arslanoov/project-manager-api
- Owner: Arslanoov
- Created: 2021-01-08T17:11:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T10:13:52.000Z (almost 3 years ago)
- Last Synced: 2024-07-30T20:05:41.845Z (6 months 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 upRun tests (load fixtures before)
make test
Run linter, code sniffer and static analyzers
make validate