Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 636 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 636 Bytes

Start

copy .example.env and rename .env


Build project

docker-compose up -d --build

Run migrations

docker exec app_fpm php /var/www/html/bin/console doctrine:migrations:migrate

Install dependencies and generate users

docker exec app_fpm composer i 

Usage

[POST] - http://localhost/api/v1/auth/login


Doc is located in swagger.json or openapi.yaml

Note:

usernames

user_1, user_2, user_3


password is "password"