Skip to content

cedricduffournet/symfony-api-rest-starter

Repository files navigation

Symfony 4 rest starter

Simple project to start creating rest api with symfony 4

SymfonyInsight StyleCI Build Status

Installation

1: Clone repository

git clone https://github.com/cedricduffournet/symfony-api-rest-starter.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 : [email protected] / pwd : superadminpwd to get access token

Testing (behat)

1: Build test docker image

make test

2: Execute behat scenarios

make behat