Skip to content

docplanner-workshop/clean-code-architecture

Repository files navigation

WELCOME

GETTING STARTED

PREREQUISITES

  1. Docker & docker-compose
  2. Postman (or other compatible software, ex: Insomnia)
  3. IDE

SETUP PROJECT

In project directory run:

  • docker-compose up -d # start container
  • docker-compose exec app composer install # install composer
  • docker-compose exec app bin/console d:s:c # create database schema

Using Postman

Postman collection file is located at ./.dev/postman.json. Import it into your Postman.

Tests

docker-compose exec app bin/phpunit

About

DocPlanner clean code & architecture workshop

Resources

Stars

Watchers

Forks

Packages

No packages published