Skip to content

This is a simple project to explain the basics of implementing TDD and the basics of the SOLID principles with Laravel

Notifications You must be signed in to change notification settings

joeworld/Laravel-Rest-API-with-TDD-and-SOLID

Repository files navigation

A Simple Laravel Rest API with TDD and SOLID

Clone:- https://github.com/joeworld/Laravel-Rest-API-with-TDD-and-SOLID.git

If you’re not doing test-driven development, you’re doing debug-later development - James Grenning 💖

With the simple laravel app, you will get to see the basics of test driven an application with PHPUnit, this is just a simple rest API to perform the following:-

  1. Authenticate users.
  2. Authenticated Users are able to add,update and delete their daily todo-list.

About

This is a simple project to explain the basics of implementing TDD and the basics of the SOLID principles with Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published