Skip to content

cedricduffournet/symfony-api-demo

Repository files navigation

Symfony 4 rest demo

Demo rest api with symfony 4

Build Status StyleCI SymfonyInsight

Installation

1: Clone repository

git clone https://github.com/cedricduffournet/symfony-api-demo.git

2: Build dev docker image

make dev

3: Create database

make database-create

4: Load fixtures

make fixtures

5: Create oauth api key

make oauth2-key

API documentation

Navigate to

http://127.0.0.1:81

use login : superadmin@dev.com / pwd : superadminpwd to get access token

Testing (behat)

1: Build test docker image

make test

2: Execute behat scenarios

make behat

About

Demo rest api with symfony 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published