Skip to content

KadelaKuba/basic-rest-api-prototype

Repository files navigation

Basic REST api for managing Tasks

Local setup

  1. Start containers by running:
make run
  1. Build app
make build-dev

Development

Standards (ECS, PHPStan,..)

Use script for checking all app standards

make check-all

Makefile

For effective work with host system. The config and more info in Makefile in project root directory.

API schema

Open API documentation in openapi.json

You can automatically generate OpenAPI schema with

make generate-open-api-schema

About

Basic REST api based on Slim framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published