jdh2021 / laravel-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:PHP 81.7%Language:Blade 17.0%Language:Shell 1.0%Language:JavaScript 0.3%