Laravel To-Do App

This is a to-do API that makes use of PHP, Laravel, and Docker.

Setup

Open your .env and add the following lines:

APP_PORT=8001
FORWARD_DB_PORT=5434
  • Install Docker
  • ./vendor/bin/sail up