Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 518 Bytes

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