Skip to content

dev-rhynel/preset-laravel11--authentication-with-change-password-feature-email-task-management-system-api

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Task Management System - Rhynel Algopera

Install Make, See Makefile

Or directly install docker

  • Install docker/docker-compose

Run Engine

  • Type "make start"
  • or "docker compose up -d"

Test

  • Type "make test"
  • Or "docker exec $(APP_CONTAINER) php artisan test"

Build

  • Type "make build"
  • Or "docker buildx build --platform linux/amd64 -t task-management-system-laravel ."

App Bash

  • Type "make bash"
  • or "docker exec -it $(APP_CONTAINER) bash"

SQL Bash

  • Type "make sql"
  • or docker exec -it $(DB_CONTAINER) bash

##screenshots

Task Completed Reset Password

#API DOCUMENTATION image #Link: https://documenter.getpostman.com/view/38116477/2sAXjPzpJy#dde4fb8a-e14c-4bec-9162-42dd95a9fcc2

About

A task management system with authentication, reset password feature.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published