Skip to content
/ api_TDD Public

Test Driven API Development with Laravel 5, Dingo and JWT

Notifications You must be signed in to change notification settings

bl3z3/api_TDD

Repository files navigation

TDD API Development

git clone project

setup

Create an SQLite database and change the value of DB_DATABASE in .env for in-memory testing

technicalities

Use of fractacl/transformers to conceal the DB architecture from the client Fractal help

Json web tokens for authentication Tymon/JWT rep

API doc generator composer require mpociot/laravel-apidoc-generator API documentation in public/docs More info Laravel Doc

Releases

No releases published

Packages

No packages published