Simple project to start creating rest api with symfony 4
1: Clone repository
git clone https://github.com/cedricduffournet/symfony-api-rest-starter.git2: Build dev docker image
make dev3: Create database
make database-create4: Load fixtures
make fixtures5: Create oauth api key
make oauth2-keyNavigate to
http://127.0.0.1:81use login : superadmin@dev.com / pwd : superadminpwd to get access token
1: Build test docker image
make test2: Execute behat scenarios
make behat